diff --git a/Dockerfile b/Dockerfile index 5fbce1287f25bdab95b671bcc06f043371b9ee65..1b795f6e8ae0829818fef4a2a56192e5338a3053 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