Skip to content

Commit 6544c32

Browse files
SuperSandro2000hiyuki2578
authored andcommitted
Docker: Keep /var/lib/apt/ to keep apt working (mastodon#10830)
1 parent 187a515 commit 6544c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN apt -y --no-install-recommends install \
9595
ln -s /opt/mastodon /mastodon && \
9696
gem install bundler && \
9797
rm -rf /var/cache && \
98-
rm -rf /var/lib/apt
98+
rm -rf /var/lib/apt/lists/*
9999

100100
# Add tini
101101
ENV TINI_VERSION="0.18.0"

0 commit comments

Comments
 (0)