From 82598ce163de291e670658cf8ce907e842148bb9 Mon Sep 17 00:00:00 2001 From: cimendes Date: Thu, 5 Dec 2024 10:52:20 +0000 Subject: [PATCH] fix LC_ALL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 270ac66..cd076a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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