Browse Source

Merge pull request #1114 from SuperSandro2000/patch-1

Only remove /var/lib/apt/lists/* in Dockerfile
Andrew Rabert 6 years ago
parent
commit
022bd1b8b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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