We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5f5c7 commit cc9addcCopy full SHA for cc9addc
Dockerfile
@@ -4,7 +4,8 @@ LABEL [email protected]
4
ARG PIPMIRROR=https://pypi.org/simple
5
ENV sapic_isrun=true
6
COPY requirements /requirements
7
-RUN pip install --timeout 15 --index $PIPMIRROR --user --no-cache-dir --no-warn-script-location -r /requirements/all.txt && \
+RUN apt update && apt install -y git && \
8
+ pip install --timeout 15 --index $PIPMIRROR --user --no-cache-dir --no-warn-script-location -r /requirements/all.txt && \
9
ln -sf /root/.local/bin/flask /root/.local/bin/gunicorn /bin/
10
WORKDIR /picbed
11
COPY src /picbed
0 commit comments