Skip to content

Commit

Permalink
Add pytest to gigahorse deps docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
sifislag committed Aug 23, 2024
1 parent ae52bfd commit f07b7b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/dependencies/souffle23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ RUN apt-get update && apt-get install -y libssl-dev
RUN apt-get update && apt-get install -y libz3-dev
RUN apt-get update && apt-get install -y z3

RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install pytest

RUN souffle --version
RUN python3 --version
4 changes: 4 additions & 0 deletions docker/dependencies/souffle24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ RUN apt-get update && apt-get install -y libssl-dev
RUN apt-get update && apt-get install -y libz3-dev
RUN apt-get update && apt-get install -y z3

RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install pytest

RUN souffle --version
RUN python3 --version

0 comments on commit f07b7b8

Please sign in to comment.