Merge pull request #1114 from SuperSandro2000/patch-1

Only remove /var/lib/apt/lists/* in Dockerfile
pull/1116/head
Andrew Rabert 5 years ago committed by GitHub
commit 022bd1b8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ RUN apt-get update \
libfontconfig1 \
&& apt-get clean autoclean \
&& apt-get autoremove \
&& rm -rf /var/lib/{apt,dpkg,cache,log} \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /cache /config /media \
&& chmod 777 /cache /config /media
COPY --from=ffmpeg / /

Loading…
Cancel
Save