We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dcc36b commit c900e84Copy full SHA for c900e84
.ci/images/build/Dockerfile
@@ -10,7 +10,8 @@ ARG TARGETARCH
10
11
# Install the basics for building and compiling software projects.
12
RUN apt-get update && \
13
- apt-get install -y --no-install-recommends build-essential software-properties-common curl ca-certificates git gnupg2 lsb-release make cmake unzip gcc g++ binutils jq bc bzip2 ninja-build && \
+ apt-get install -y --no-install-recommends build-essential software-properties-common curl ca-certificates git gnupg2 \
14
+ lsb-release make cmake unzip gcc g++ binutils jq bc bzip2 ninja-build python3 python3-pip && \
15
apt-get clean
16
17
# Install Go, which we need to build AWS-LC in FIPS-compliant mode.
0 commit comments