Browse Source

Docker: Keep /var/lib/apt/ to keep apt working (#10830)

pull/4/head
Sandro Jäckel 4 years ago
committed by Eugen Rochko
parent
commit
c90f3b9865
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -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"

Loading…
Cancel
Save