Skip to content

Commit

Permalink
Clean up after apt-get for smaller/cleaner image
Browse files Browse the repository at this point in the history
  • Loading branch information
camscale committed Nov 28, 2023
1 parent 93a6006 commit f01067d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN set -x \
ca-certificates \
libffi-dev \
ruby-ffi \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/* \
&& gem install fpm -v 1.15.1 \
&& mkdir /src/

Expand Down

0 comments on commit f01067d

Please sign in to comment.