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

Updated to swet 0.0.5 and removed pip after package-install

parent c484575d
No related branches found
No related tags found
No related merge requests found
Pipeline #199858 passed
...@@ -12,6 +12,8 @@ RUN apk update && apk add qemu qemu-img qemu-system-x86_64 \ ...@@ -12,6 +12,8 @@ RUN apk update && apk add qemu qemu-img qemu-system-x86_64 \
# Install other sweb Dependencies # Install other sweb Dependencies
python3 py3-pip cmake 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 WORKDIR /sweb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment