additional container slimming
This commit is contained in:
parent
007bc6088c
commit
f5cced1182
@ -6,7 +6,8 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y install python3 virtualenv mpv paxctl && \
|
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-*
|
# Workaround: pulseaudio client library likes to remove /dev/shm/pulse-shm-*
|
||||||
# files created by the host, causing sound to stop working.
|
# files created by the host, causing sound to stop working.
|
||||||
|
Loading…
Reference in New Issue
Block a user