Skip to content

Commit

Permalink
fix LC_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
cimendes committed Dec 5, 2024
1 parent 99c32d2 commit 82598ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN mamba env create -f RefNAAP/environment.yml && \
# set locale settings to UTF-8
# set the environment, put new conda env in PATH by default
ENV PATH="/opt/conda/bin:${PATH}" \
LC_ALL=C.UTF-8nt
LC_ALL=C.UTF-8
ENV PATH="/opt/conda/envs/refnaap/bin:${PATH}"

# add RefNAAP to PATH
Expand Down

0 comments on commit 82598ce

Please sign in to comment.