Skip to content

Commit e14a0f5

Browse files
authored
Merge pull request #3 from linuxserver/bookworm-deps
remove unnecessary deps
2 parents 865a81f + 10eace4 commit e14a0f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ RUN \
252252
curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz \
253253
| tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && \
254254
echo "**** cleanup ****" && \
255-
apt-get -y remove \
255+
apt-get purge -y --autoremove \
256256
libjpeg62-turbo-dev \
257257
libx11-dev \
258258
libxext-dev \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ RUN \
250250
curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz \
251251
| tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && \
252252
echo "**** cleanup ****" && \
253-
apt-get -y remove \
253+
apt-get purge -y --autoremove \
254254
libjpeg62-turbo-dev \
255255
libx11-dev \
256256
libxext-dev \

0 commit comments

Comments
 (0)