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 0fcf7c7 + 8ca98e9 commit f12e0e2Copy full SHA for f12e0e2
1 file changed
Dockerfile
@@ -36,7 +36,9 @@ RUN set -x \
36
jq \
37
gettext-base \
38
unzip \
39
- wget \
+ libatomic1 \
40
+ libpulse0 \
41
+ wget \
42
&& rm -rf /var/lib/apt/lists/*
43
44
RUN case "${TARGETARCH}" in \
@@ -47,8 +49,6 @@ RUN case "${TARGETARCH}" in \
47
49
libxcursor1 \
48
50
libxinerama1 \
51
libxss1 \
- libatomic1 \
- libpulse0 \
52
&& rm -rf /var/lib/apt/lists/* ;; \
53
esac
54
0 commit comments