Skip to content
Snippets Groups Projects
Commit 18c2fff0 authored by Daniel Holmer's avatar Daniel Holmer
Browse files

Update Dockerfile

parent 28e37c58
No related branches found
No related tags found
No related merge requests found
Pipeline #50153 passed
...@@ -5,7 +5,7 @@ COPY . sapis ...@@ -5,7 +5,7 @@ COPY . sapis
WORKDIR "/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 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 #ADD https://aka.ms/InstallAzureCLIDeb /tmp
#RUN echo ls $(/tmp) #RUN echo ls $(/tmp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment