Update Dockerfile

This commit is contained in:
2020-07-15 21:40:18 +01:00
committed by GitHub
parent 6fe0d74323
commit 60a9a00e42

View File

@@ -13,7 +13,7 @@ RUN echo "$USER ALL=(ALL) NOPASSWD: ALL" \
>>/etc/sudoers >>/etc/sudoers
# Filesystem steps # Filesystem steps
RUN rm /home/$USER/{.profile,.bashrc} RUN rm /home/$USER/.profile /home/$USER/.bashrc
ENV WORKSPACE="/home/$USER/workspace" ENV WORKSPACE="/home/$USER/workspace"
ADD --chown=test-user . "$WORKSPACE/dotfiles" ADD --chown=test-user . "$WORKSPACE/dotfiles"
WORKDIR "$WORKSPACE/dotfiles" WORKDIR "$WORKSPACE/dotfiles"