Skip to content

Commit

Permalink
fix rm rights on tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Jan 19, 2024
1 parent a4e69d1 commit aa2302e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/deepml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN wget -O /tmp/openjdk.tar.gz https://github.com/adoptium/temurin8-binaries/re
RUN apt-get update \
&& apt-get install -yq --no-install-recommends \
maven \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /tmp/* /var/lib/apt/lists/*

USER $NB_UID

Expand Down

0 comments on commit aa2302e

Please sign in to comment.