Skip to content

Commit c900e84

Browse files
committed
get python on the build CI image
1 parent 4dcc36b commit c900e84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/images/build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ARG TARGETARCH
1010

1111
# Install the basics for building and compiling software projects.
1212
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 && \
13+
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 && \
1415
apt-get clean
1516

1617
# Install Go, which we need to build AWS-LC in FIPS-compliant mode.

0 commit comments

Comments
 (0)