We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0fa965 + 1067702 commit 5be2818Copy full SHA for 5be2818
Dockerfile
@@ -17,9 +17,9 @@ ENV REPO_DIR="/srv/repo" \
17
# The latest rocker will set CRAN to 'latest' but we need a date stamped version for reproducibility
18
# So pull the latest and use one earlier
19
ARG R_VERSION_PULL="4.4.2"
20
-ENV LANG=C.UTF-8
21
-ENV LC_ALL=C.UTF-8
22
-
+ENV LANG=en_US.UTF-8
+ENV LC_ALL=en_US.UTF-8
+
23
# Add NB_USER to staff group (required for rocker script)
24
# Ensure the staff group exists first
25
RUN groupadd -f staff && usermod -a -G staff "${NB_USER}"
0 commit comments