From f5cced1182480d3de5656d62b46178d32d615dc3 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 21 Sep 2016 12:29:58 +0200 Subject: [PATCH] additional container slimming --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 915735d..8928edc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \ apt-get -y install python3 virtualenv mpv paxctl && \ - apt-get clean all + apt-get clean && \ + rm -rf -- /var/lib/apt/lists # Workaround: pulseaudio client library likes to remove /dev/shm/pulse-shm-* # files created by the host, causing sound to stop working.