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 6, 2024
1 parent 716b0b4 commit 61c08da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN apt-get update && apt-get -y install \
libssl-dev \
make \
python3.9 \
python3-dev \
python3.9-dev \
&& apt autoclean \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 61c08da

Please sign in to comment.