From 8d2e9b71328874be3c7b50c9d4a7a202b7c3397f Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 16 Oct 2019 02:11:31 -0500 Subject: [PATCH] Don't try deleting immutable folder --- container/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/container/Dockerfile b/container/Dockerfile index c1149c8d9..596517a79 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -62,10 +62,6 @@ RUN cd ~ && \ OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \ yarn cache clean -# Remove cached packages, break apt -RUN rm -rf /var/cache && \ - rm -rf /var/lib/apt/lists/* - # Set the work dir and the container entry point WORKDIR /opt/mastodon ENTRYPOINT ["/tini", "--"]