From 584fcddd45854b88cdf4af72df0a1ad5cc3c9fcc Mon Sep 17 00:00:00 2001 From: "Alicia A. Evans" <108547992+aliciaaevans@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:55:50 -0400 Subject: [PATCH] fix: try locale C.utf8 (#931) Just checking to see if changing this local location fixes the issue. --------- Signed-off-by: Marcel Bargull Co-authored-by: Marcel Bargull --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5194463752..2ac4fe4177 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG BASE_IMAGE=quay.io/condaforge/linux-anvil-cos7-x86_64 FROM ${BASE_IMAGE} as base # Copy over C.UTF-8 locale from our base image to make it consistently available during build. -COPY --from=quay.io/bioconda/base-glibc-busybox-bash /usr/lib/locale/C.UTF-8 /usr/lib/locale/C.UTF-8 +COPY --from=quay.io/bioconda/base-glibc-busybox-bash /usr/lib/locale/C.utf8 /usr/lib/locale/C.utf8 # Provide system deps unconditionally until we are able to offer per-recipe installs. # (Addresses, e.g., "ImportError: libGL.so.1" in tests directly invoked by conda-build.) @@ -52,6 +52,10 @@ RUN . /opt/conda/etc/profile.d/conda.sh && conda activate base && \ '/^conda([>