We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82933a commit a995f2aCopy full SHA for a995f2a
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 tar xz-utils zstd \
+ && 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 \
8
&& apt-get --purge autoremove -y \
9
&& apt-get autoclean \
10
&& rm -rf /var/lib/apt/lists/*'
0 commit comments