Skip to content

Commit 8ca98e9

Browse files
authored
Remove duplicate package entries in Dockerfile
Remove duplicate entries for 'libatomic1' and 'libpulse0' from the arm64 section of the Dockerfile.
1 parent 3e5ac1b commit 8ca98e9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN set -x \
3838
unzip \
3939
libatomic1 \
4040
libpulse0 \
41-
wget \
41+
wget \
4242
&& rm -rf /var/lib/apt/lists/*
4343

4444
RUN case "${TARGETARCH}" in \
@@ -49,8 +49,6 @@ RUN case "${TARGETARCH}" in \
4949
libxcursor1 \
5050
libxinerama1 \
5151
libxss1 \
52-
libatomic1 \
53-
libpulse0 \
5452
&& rm -rf /var/lib/apt/lists/* ;; \
5553
esac
5654

0 commit comments

Comments
 (0)