We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c436f9 commit 2bc10dfCopy full SHA for 2bc10df
6.1/debian/12/Dockerfile
@@ -5,7 +5,11 @@ 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
+<<<<<<< HEAD
9
binutils \
10
+=======
11
+ binutils-gold \
12
+>>>>>>> bf9feec (Swift 6.1 Release Dockerfiles (#456))
13
libicu-dev \
14
libcurl4-openssl-dev \
15
libedit-dev \
0 commit comments