forked from cybrespace/mastodon
Docker: Keep /var/lib/apt/ to keep apt working (#10830)
This commit is contained in:
parent
0852e643b7
commit
c90f3b9865
|
@ -95,7 +95,7 @@ RUN apt -y --no-install-recommends install \
|
||||||
ln -s /opt/mastodon /mastodon && \
|
ln -s /opt/mastodon /mastodon && \
|
||||||
gem install bundler && \
|
gem install bundler && \
|
||||||
rm -rf /var/cache && \
|
rm -rf /var/cache && \
|
||||||
rm -rf /var/lib/apt
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Add tini
|
# Add tini
|
||||||
ENV TINI_VERSION="0.18.0"
|
ENV TINI_VERSION="0.18.0"
|
||||||
|
|
Loading…
Reference in New Issue