Skip to content

Commit

Permalink
Improve cache cleanup (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Jun 6, 2024
1 parent e2b505d commit e41b413
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 @@ -75,4 +75,4 @@ RUN flux --version

# Clean up
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

0 comments on commit e41b413

Please sign in to comment.