File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ FROM docker.io/library/ubuntu:24.04@sha256:c35e29c9450151419d9448b0fd75374fec4ff
134134LABEL maintainer="maintainer@cilium.io"
135135# install ca-certificates package
136136RUN 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/*
Original file line number Diff line number Diff 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 && \
You can’t perform that action at this time.
0 commit comments