Skip to content

Commit d654cd3

Browse files
committed
builder: Add libatomic1 package
Signed-off-by: Tam Mach <tam.mach@cilium.io>
1 parent 590f014 commit d654cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323
libc6-dev \
2424
# Envoy Build dependencies
2525
autoconf automake cmake coreutils curl git libtool make ninja-build patch patchelf \
26-
python3 python-is-python3 unzip virtualenv wget zip \
26+
python3 python-is-python3 unzip virtualenv wget zip libatomic1 \
2727
# Cilium-envoy build dependencies
2828
software-properties-common && \
2929
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc && \

0 commit comments

Comments
 (0)