From c484575df96844980efd489c0200640dbc74128c Mon Sep 17 00:00:00 2001
From: Markus Ostermayer <markus.ostermayer@student.tugraz.at>
Date: Fri, 28 Oct 2022 12:14:28 +0200
Subject: [PATCH] Published version 0.0.4 of swet
---
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index e4f0821..5fbce12 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,6 +12,6 @@ RUN apk update && apk add qemu qemu-img qemu-system-x86_64 \
# Install other sweb Dependencies
python3 py3-pip cmake
-RUN pip install swet --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.4 --extra-index-url https://gitlab-ci-token:$CI_TOKEN@gitlab.tugraz.at/api/v4/projects/21215/packages/pypi/simple
WORKDIR /sweb
--
GitLab