Skip to content

Commit

Permalink
Cleanup /var/lib/apt/lists/* as it is (#1989)
Browse files Browse the repository at this point in the history
best practice for debian/ubuntu bases docker images
  • Loading branch information
DD5HT committed Dec 22, 2022
1 parent 3cc2fd9 commit daddaaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && \
openjdk-11-jre-headless \
curl \
python-pip && \
rm -rf /var/lib/apt/lists/* && \
pip install awscli==${AWS_CLI_VERSION} --upgrade

RUN echo '#!/usr/bin/env bash' > /usr/local/bin/hal && \
Expand Down

0 comments on commit daddaaf

Please sign in to comment.