We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a995f2a commit 73deb58Copy full SHA for 73deb58
Dockerfile
@@ -4,7 +4,7 @@ FROM ubuntu:24.04
4
# Install packages
5
RUN /bin/sh -c 'export DEBIAN_FRONTEND=noninteractive \
6
&& apt-get update \
7
- && apt-get install -y bzip2 ca-certificates clang cmake curl earlyoom jq g++ gcc git gzip lld make python3 python3-pip tar xz-utils zstd \
+ && apt-get install -y bzip2 ca-certificates clang cmake curl earlyoom jq g++ gcc git gzip lld make python3 tar xz-utils zstd \
8
&& apt-get --purge autoremove -y \
9
&& apt-get autoclean \
10
&& rm -rf /var/lib/apt/lists/*'
0 commit comments