Skip to content
Snippets Groups Projects
Commit c90f3b98 authored by Sandro's avatar Sandro Committed by Eugen Rochko
Browse files

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

parent 0852e643
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment