Skip to content

Commit

Permalink
.github/with-docker/Dockerfile: add curl command
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Sep 4, 2024
1 parent 8994591 commit c5e1ba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/with-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ARG PYTHON_VERSION=3.10

RUN apt-get -y update \
&& apt-get -y install \
curl \
graphviz \
python${PYTHON_VERSION} \
python${PYTHON_VERSION}-dev \
Expand Down

0 comments on commit c5e1ba2

Please sign in to comment.