Skip to content

Commit

Permalink
Remove module simpletap from Python install in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lauft committed Mar 8, 2025
1 parent 04867ab commit 51513a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
WORKDIR /
RUN python -m venv venv && \
/venv/bin/pip install --upgrade pip && \
/venv/bin/pip install pytest simpletap
/venv/bin/pip install pytest

# Store diagnostics
RUN ( \
Expand Down

0 comments on commit 51513a0

Please sign in to comment.