Skip to content

Commit

Permalink
Remove rm statement
Browse files Browse the repository at this point in the history
This is not how layers work anyway, superfluous stuff!
  • Loading branch information
alexpovel committed Apr 29, 2022
1 parent 570ed62 commit 73d07ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ RUN ./texlive.sh install "$TL_VERSION"
# instructions.
# Therefore, change `WORKDIR` first, then delete the old one.
WORKDIR /${USER}
RUN rm --recursive ${INSTALL_DIR}

USER ${USER}

Expand Down

0 comments on commit 73d07ef

Please sign in to comment.