Skip to content

Commit

Permalink
perform additional apt-get cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth committed Oct 31, 2023
1 parent 90a70b1 commit 261f0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update \
&& pip3 install --upgrade pip \
&& pip3 install cython \
&& pip3 install poetry \
&& apt-get clean
&& apt-get clean && rm -rf /var/lib/apt/lists/*


# Create a new user
Expand Down

0 comments on commit 261f0e3

Please sign in to comment.