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.
1 parent 94703f7 commit c4c05fbCopy full SHA for c4c05fb
Dockerfile
@@ -42,6 +42,7 @@ ENV LOGNAME=conda
42
ENV MAIL=/var/spool/mail/conda
43
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/conda/bin
44
RUN chown conda:conda $HOME && \
45
+ chown -R conda:conda /opt/autotick-bot && \
46
cp -R /etc/skel $HOME && \
47
chown -R conda:conda $HOME/skel && \
48
(ls -A1 $HOME/skel | xargs -I {} mv -n $HOME/skel/{} $HOME) && \
0 commit comments