Skip to content

Commit

Permalink
Docker: Keep /var/lib/apt/ to keep apt working (mastodon#10830)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and hiyuki2578 committed Oct 2, 2019
1 parent 187a515 commit 6544c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN apt -y --no-install-recommends install \
ln -s /opt/mastodon /mastodon && \
gem install bundler && \
rm -rf /var/cache && \
rm -rf /var/lib/apt
rm -rf /var/lib/apt/lists/*

# Add tini
ENV TINI_VERSION="0.18.0"
Expand Down

0 comments on commit 6544c32

Please sign in to comment.