Skip to content

Commit

Permalink
CI: Add python3-distuils to ubuntu 20 image
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 13, 2024
1 parent cb66030 commit aa4057f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"

# A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20220519
ENV DOCKERFILE_VERSION=20220519

RUN apt-get update && apt-get -y install \
cmake \
Expand All @@ -14,5 +14,6 @@ RUN apt-get update && apt-get -y install \
make \
python3.9 \
python3.9-dev \
python3-distutils \
&& apt autoclean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit aa4057f

Please sign in to comment.