File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ RUN \
143143 pulseaudio \
144144 pulseaudio-utils \
145145 python3 \
146+ python3-distutils-extra \
146147 python3-gi \
147148 python3-gst-1.0 \
148149 software-properties-common \
@@ -249,7 +250,7 @@ RUN \
249250 curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz \
250251 | tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && \
251252 echo "**** cleanup ****" && \
252- apt-get -y remove \
253+ apt-get purge -y --autoremove \
253254 libjpeg-turbo8-dev \
254255 libx11-dev \
255256 libxext-dev \
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ RUN \
142142 pulseaudio \
143143 pulseaudio-utils \
144144 python3 \
145+ python3-distutils-extra \
145146 python3-gi \
146147 python3-gst-1.0 \
147148 software-properties-common \
@@ -246,7 +247,7 @@ RUN \
246247 curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz \
247248 | tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && \
248249 echo "**** cleanup ****" && \
249- apt-get -y remove \
250+ apt-get purge -y --autoremove \
250251 libjpeg-turbo8-dev \
251252 libx11-dev \
252253 libxext-dev \
You can’t perform that action at this time.
0 commit comments