Skip to content

Commit

Permalink
Merge pull request #419 from UCL-CCS/DavidPCoster-patch-dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
djgroen authored Jun 28, 2024
2 parents b2810f1 + 1618e10 commit 8a7aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y python3-pip && \
apt-get install -y git && \
apt-get install -y tini && \
pip3 install easyvvuq && \
pip3 install easyvvuq --break-system-packages && \
git clone https://github.com/UCL-CCS/EasyVVUQ.git

ENTRYPOINT ["tini", "--"]

0 comments on commit 8a7aadd

Please sign in to comment.