We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 865a81f + 10eace4 commit e14a0f5Copy full SHA for e14a0f5
2 files changed
Dockerfile
@@ -252,7 +252,7 @@ RUN \
252
curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz \
253
| tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && \
254
echo "**** cleanup ****" && \
255
- apt-get -y remove \
+ apt-get purge -y --autoremove \
256
libjpeg62-turbo-dev \
257
libx11-dev \
258
libxext-dev \
Dockerfile.aarch64
@@ -250,7 +250,7 @@ RUN \
250
251
0 commit comments