Update Dockerfile
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user