We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9feec commit dedc07bCopy full SHA for dedc07b
6.1/debian/12/Dockerfile
@@ -5,7 +5,7 @@ LABEL description="Docker Container for the Swift programming language"
5
6
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
7
apt-get -q install -y \
8
- binutils-gold \
+ binutils \
9
libicu-dev \
10
libcurl4-openssl-dev \
11
libedit-dev \
0 commit comments