Merge pull request #1 from padajuan/master

Added apt-get clean to slim down the container
master
Andy 8 years ago committed by GitHub
commit 3cff589f36

@ -2,7 +2,8 @@ FROM ubuntu:xenial
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
RUN apt-get update && \
apt-get -y install python3 virtualenv mpv paxctl
apt-get -y install python3 virtualenv mpv paxctl && \
apt-get clean all
# Workaround: pulseaudio client library likes to remove /dev/shm/pulse-shm-*
# files created by the host, causing sound to stop working.

Loading…
Cancel
Save