Skip to content

Commit

Permalink
chore: add apt-get clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 5, 2024
1 parent f7065f3 commit 6347c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ RUN \
&& curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc > /etc/apt/trusted.gpg.d/pgdg.asc \
&& apt-get update \
&& apt-get install --no-install-recommends -y postgresql-client-17 \
&& apt-get clean \
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
&& rm -rf /root/.cache /tmp/* /var/lib/apt/lists/*
1 change: 1 addition & 0 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ RUN \
libjpeg62-turbo-dev \
libgirepository1.0-dev \
patch \
&& apt-get clean \
&& rm -rf /root/.cache /tmp/* /var/lib/apt/lists/*

0 comments on commit 6347c71

Please sign in to comment.