Skip to content
Snippets Groups Projects
Commit 96daea8a authored by Ostermayer, Markus's avatar Ostermayer, Markus
Browse files

Updated SWET to version 0.0.6 and removed ci-token

parent e3b24394
No related branches found
No related tags found
No related merge requests found
Pipeline #202439 passed
FROM alpine:3.16 FROM alpine:3.16
ARG CI_TOKEN
# QEMU-Dependencies # QEMU-Dependencies
RUN apk update; \ RUN apk update; \
apk add qemu qemu-img qemu-system-x86_64 \ apk add qemu qemu-img qemu-system-x86_64 \
...@@ -11,7 +9,7 @@ RUN apk update; \ ...@@ -11,7 +9,7 @@ RUN apk update; \
gcc g++ make libc-dev \ gcc g++ make libc-dev \
# Install other sweb Dependencies # Install other sweb Dependencies
python3 py3-pip cmake; \ 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 apk del py3-pip
WORKDIR /sweb WORKDIR /sweb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment