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 7a72972 commit cc493a7Copy full SHA for cc493a7
backend/Dockerfile
@@ -5,7 +5,7 @@ COPY requirements.txt run.py /server/
5
RUN apk --no-cache add \
6
python \
7
py-pip \
8
- && apk --update add --virtual build-dependencies gcc python-dev build-base \
+ && apk --update add --virtual build-dependencies gcc python-dev build-base git \
9
&& pip install -r /server/requirements.txt \
10
&& apk del build-dependencies \
11
&& adduser -D app \
0 commit comments