Skip to content

Commit

Permalink
Install setuptools in Dockerfile (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored May 23, 2024
1 parent 5c9028c commit 598dbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Dockerfile.stable
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip install setuptools

# Build pycarl
##############
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ ENV VIRTUAL_ENV=/opt/venv
RUN python3 -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN pip install setuptools

# Build pycarl
##############
Expand Down

0 comments on commit 598dbad

Please sign in to comment.