Skip to content

Commit 8a7aadd

Browse files
authored
Merge pull request #419 from UCL-CCS/DavidPCoster-patch-dockerfile
Update Dockerfile
2 parents b2810f1 + 1618e10 commit 8a7aadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/kubernetes/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && \
44
apt-get install -y python3-pip && \
55
apt-get install -y git && \
66
apt-get install -y tini && \
7-
pip3 install easyvvuq && \
7+
pip3 install easyvvuq --break-system-packages && \
88
git clone https://github.com/UCL-CCS/EasyVVUQ.git
99

1010
ENTRYPOINT ["tini", "--"]

0 commit comments

Comments
 (0)