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

Update Dockerfile

parent 4d00a6a8
No related branches found
No related tags found
No related merge requests found
Pipeline #47688 passed with warnings
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment