1
- FROM ubuntu:22 .04
1
+ FROM ubuntu:24 .04
2
2
3
3
ENV DEBIAN_FRONTEND="noninteractive"
4
4
@@ -7,14 +7,14 @@ ENV DEBIAN_FRONTEND="noninteractive"
7
7
# equivalents for your distribution:
8
8
# -------------------------------------------------------------------------------
9
9
RUN apt-get update && apt-get install -y curl gnupg2 git \
10
- python-is-python3 python3 python3-distutils python3-pip \
10
+ python-is-python3 python3 python3-setuptools python3-pip \
11
11
build-essential crossbuild-essential-arm64 qemu-user-static \
12
12
openjdk-11-jdk-headless zip unzip \
13
13
apt-transport-https ca-certificates gnupg-agent \
14
14
software-properties-common \
15
15
pkg-config libffi-dev patch diffutils libssl-dev iptables kmod \
16
16
clang crossbuild-essential-amd64 erofs-utils busybox-static libbpf-dev \
17
- iproute2 netcat libnuma-dev
17
+ iproute2 netcat-openbsd libnuma-dev
18
18
19
19
# This package is needed to build eBPF on amd64, but not on arm64 where it
20
20
# doesn't exist.
@@ -33,7 +33,7 @@ RUN add-apt-repository \
33
33
RUN apt-get -y install docker-ce-cli
34
34
35
35
# Install gcloud.
36
- RUN curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-410 .0.0-linux-x86_64.tar.gz | \
36
+ RUN curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-535 .0.0-linux-x86_64.tar.gz | \
37
37
tar zxf - google-cloud-sdk && \
38
38
google-cloud-sdk/install.sh --quiet && \
39
39
ln -s /google-cloud-sdk/bin/gcloud /usr/bin/gcloud
0 commit comments