From f1b5cebf341563ce16f08202953c8d3812d58970 Mon Sep 17 00:00:00 2001 From: Markus Ostermayer <markus.ostermayer@student.tugraz.at> Date: Sat, 29 Oct 2022 17:18:29 +0200 Subject: [PATCH] Updated to swet 0.0.5 and removed pip after package-install --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fbce12..1b795f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apk update && apk add qemu qemu-img qemu-system-x86_64 \ # Install other sweb Dependencies python3 py3-pip cmake -RUN pip install swet==0.0.4 --extra-index-url https://gitlab-ci-token:$CI_TOKEN@gitlab.tugraz.at/api/v4/projects/21215/packages/pypi/simple +RUN pip install swet==0.0.5 --extra-index-url https://gitlab-ci-token:$CI_TOKEN@gitlab.tugraz.at/api/v4/projects/21215/packages/pypi/simple + +RUN apk del py3-pip WORKDIR /sweb -- GitLab