Skip to content

Commit 9117f0c

Browse files
committed
Use en_US.UTF-8 instead of empty
It seems empty string doesn't work
1 parent c1b1726 commit 9117f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN chown -R jovyan:users /home/jovyan && \
140140
chmod -R 0777 /home/jovyan && \
141141
rm -rf /home/jovyan/* && \
142142
# remove LC_ALL to workaround warning issue: https://github.com/r-lib/testthat/issues/1925
143-
echo "LC_ALL=" >> /opt/conda/lib/R/etc/Renviron
143+
echo "LC_ALL=en_US.UTF-8" >> /opt/conda/lib/R/etc/Renviron
144144

145145
USER jovyan
146146

0 commit comments

Comments
 (0)