Skip to content

Commit fad056f

Browse files
authored
Change binutils-gold package dependency on Debian 12 to binutils (#457)
1 parent 070dfd5 commit fad056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 6.1/debian/12/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL description="Docker Container for the Swift programming language"
55

66
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
77
apt-get -q install -y \
8-
binutils-gold \
8+
binutils \
99
libicu-dev \
1010
libcurl4-openssl-dev \
1111
libedit-dev \

0 commit comments

Comments
 (0)