Skip to content

Commit f12e0e2

Browse files
authored
Merge pull request #114 from j7126/main
Add libatomic1 and libpulse0 to Dockerfile
2 parents 0fcf7c7 + 8ca98e9 commit f12e0e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ RUN set -x \
3636
jq \
3737
gettext-base \
3838
unzip \
39-
wget \
39+
libatomic1 \
40+
libpulse0 \
41+
wget \
4042
&& rm -rf /var/lib/apt/lists/*
4143

4244
RUN case "${TARGETARCH}" in \
@@ -47,8 +49,6 @@ RUN case "${TARGETARCH}" in \
4749
libxcursor1 \
4850
libxinerama1 \
4951
libxss1 \
50-
libatomic1 \
51-
libpulse0 \
5252
&& rm -rf /var/lib/apt/lists/* ;; \
5353
esac
5454

0 commit comments

Comments
 (0)