Skip to content

Commit a995f2a

Browse files
authored
Update Dockerfile
1 parent b82933a commit a995f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:24.04
44
# Install packages
55
RUN /bin/sh -c 'export DEBIAN_FRONTEND=noninteractive \
66
&& 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 \
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 \
88
&& apt-get --purge autoremove -y \
99
&& apt-get autoclean \
1010
&& rm -rf /var/lib/apt/lists/*'

0 commit comments

Comments
 (0)