From 96daea8a3a68dbea6f5609b9959715527f4a6e73 Mon Sep 17 00:00:00 2001 From: Markus Ostermayer <markus.ostermayer@student.tugraz.at> Date: Tue, 8 Nov 2022 09:51:36 +0100 Subject: [PATCH] Updated SWET to version 0.0.6 and removed ci-token --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27f3714..6bd3450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM alpine:3.16 -ARG CI_TOKEN - # QEMU-Dependencies RUN apk update; \ apk add qemu qemu-img qemu-system-x86_64 \ @@ -11,7 +9,7 @@ RUN apk update; \ gcc g++ make libc-dev \ # Install other sweb Dependencies python3 py3-pip cmake; \ - 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; \ + pip install swet==0.0.6 --extra-index-url https://gitlab.tugraz.at/api/v4/projects/21215/packages/pypi/simple; \ apk del py3-pip WORKDIR /sweb -- GitLab