Skip to content

Commit 5f5dbe9

Browse files
committed
Dockerfile: depend on binutils-gold explicitly (for trixie?)
1 parent c1db6a9 commit 5f5dbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GOLANG_VERSION="1.24.2"
88
ENV DEBIAN_FRONTEND=noninteractive
99
RUN apt-get -y update
1010
RUN apt-get -y dist-upgrade
11-
RUN apt-get -y install git bash wget curl build-essential devscripts debhelper libseccomp-dev libapparmor-dev libassuan-dev libbtrfs-dev libc6-dev libdevmapper-dev libglib2.0-dev libgpgme-dev libgpg-error-dev libprotobuf-dev libprotobuf-c-dev libseccomp-dev libselinux1-dev libsystemd-dev pkg-config binutils
11+
RUN apt-get -y install git bash wget curl build-essential devscripts debhelper libseccomp-dev libapparmor-dev libassuan-dev libbtrfs-dev libc6-dev libdevmapper-dev libglib2.0-dev libgpgme-dev libgpg-error-dev libprotobuf-dev libprotobuf-c-dev libseccomp-dev libselinux1-dev libsystemd-dev pkg-config binutils-gold
1212
SHELL ["/bin/bash", "-e", "-c"]
1313

1414
RUN wget --progress=dot:giga -O "/tmp/go.tgz" https://go.dev/dl/go${GOLANG_VERSION}.linux-${OS_ARCH}.tar.gz

0 commit comments

Comments
 (0)