Skip to content

Commit c19820b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ FROM docker.io/library/ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4ff
134134
LABEL maintainer="maintainer@cilium.io"
135135
# install ca-certificates package
136136
RUN apt-get update && apt-get upgrade -y \
137-
&& apt-get install --no-install-recommends -y ca-certificates \
137+
&& apt-get install --no-install-recommends -y ca-certificates libatomic1 \
138138
&& apt-get autoremove -y && apt-get clean \
139139
&& rm -rf /tmp/* /var/tmp/* \
140140
&& rm -rf /var/lib/apt/lists/*

Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get update && \
2222
gcc-x86-64-linux-gnu g++-x86-64-linux-gnu libc6-dev-amd64-cross binutils-x86-64-linux-gnu \
2323
libc6-dev \
2424
# Envoy Build dependencies
25-
autoconf automake cmake coreutils curl git libtool make ninja-build patch patchelf \
25+
autoconf automake cmake coreutils curl git libtool make ninja-build patch patchelf libatomic1 \
2626
python3 python-is-python3 unzip virtualenv wget zip \
2727
# Cilium-envoy build dependencies
2828
software-properties-common && \

0 commit comments

Comments
 (0)