Skip to content

Commit

Permalink
CI: Install python3.9-dev on ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 5, 2024
1 parent 067edbd commit 169e04b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN apt-get update && apt-get -y install \
git \
libssl-dev \
make \
python3.9 \
python3-dev \
python3 \
python3.9-dev \
python3-distutils \
&& apt autoclean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 169e04b

Please sign in to comment.