From 973bed336e399af69f13e1461641c9c87ad7201b Mon Sep 17 00:00:00 2001
From: Daniel Holmer <daniel.holmer@liu.se>
Date: Wed, 2 Jun 2021 12:33:08 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 34fb149b..1103b0fd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,9 +8,9 @@ COPY . sapis
 WORKDIR "/sapis/"
 
 
-#RUN apk --no-cache update && apk --no-cache add python3-dev cython3 py-numpy openjdk11 build-base && pip3 install --no-cache-dir --disable-pip-version-check -r REQUIREMENTS.txt
-ADD https://aka.ms/InstallAzureCLIDeb /tmp
-RUN echo ls $(/tmp)
+RUN apk --no-cache update && apk --no-cache add python3-dev cython3 py-numpy openjdk11 build-base && pip3 install --no-cache-dir --disable-pip-version-check -r REQUIREMENTS.txt
+#ADD https://aka.ms/InstallAzureCLIDeb /tmp
+#RUN echo ls $(/tmp)
 
 EXPOSE 80
 
-- 
GitLab