Skip to content

Commit

Permalink
Add apt-get clean, release 28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitehara committed Dec 13, 2023
1 parent 0e958e4 commit 3ef1c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y lsb-release gpg && \

RUN apt-get update && apt-get install -y \
supervisor procps smbclient redis-server imagemagick \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /var/log/supervisord /var/run/supervisord

Expand Down

0 comments on commit 3ef1c88

Please sign in to comment.