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.
1 parent 3e5ac1b commit 8ca98e9Copy full SHA for 8ca98e9
1 file changed
Dockerfile
@@ -38,7 +38,7 @@ RUN set -x \
38
unzip \
39
libatomic1 \
40
libpulse0 \
41
- wget \
+ wget \
42
&& rm -rf /var/lib/apt/lists/*
43
44
RUN case "${TARGETARCH}" in \
@@ -49,8 +49,6 @@ RUN case "${TARGETARCH}" in \
49
libxcursor1 \
50
libxinerama1 \
51
libxss1 \
52
- libatomic1 \
53
- libpulse0 \
54
&& rm -rf /var/lib/apt/lists/* ;; \
55
esac
56
0 commit comments