Skip to content

Commit 6a77cc4

Browse files
authored
Merge pull request #4 from linuxserver/noble-deps
remove unnecessary deps
2 parents 825adf7 + 6533f2c commit 6a77cc4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)