Skip to content

Commit 5be2818

Browse files
authored
Merge pull request #216 from nmfs-opensci/eeholmes-patch-3
Update Dockerfile
2 parents d0fa965 + 1067702 commit 5be2818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ENV REPO_DIR="/srv/repo" \
1717
# The latest rocker will set CRAN to 'latest' but we need a date stamped version for reproducibility
1818
# So pull the latest and use one earlier
1919
ARG R_VERSION_PULL="4.4.2"
20-
ENV LANG=C.UTF-8
21-
ENV LC_ALL=C.UTF-8
22-
20+
ENV LANG=en_US.UTF-8
21+
ENV LC_ALL=en_US.UTF-8
22+
2323
# Add NB_USER to staff group (required for rocker script)
2424
# Ensure the staff group exists first
2525
RUN groupadd -f staff && usermod -a -G staff "${NB_USER}"

0 commit comments

Comments
 (0)