Skip to content

Commit c1b1726

Browse files
committed
Use Renviron instead
1 parent cfb986d commit c1b1726

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=" >> /etc/environment
143+
echo "LC_ALL=" >> /opt/conda/lib/R/etc/Renviron
144144

145145
USER jovyan
146146

0 commit comments

Comments
 (0)