We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b1726 commit 9117f0cCopy full SHA for 9117f0c
Dockerfile
@@ -140,7 +140,7 @@ RUN chown -R jovyan:users /home/jovyan && \
140
chmod -R 0777 /home/jovyan && \
141
rm -rf /home/jovyan/* && \
142
# 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
+ echo "LC_ALL=en_US.UTF-8" >> /opt/conda/lib/R/etc/Renviron
144
145
USER jovyan
146
0 commit comments