Skip to content

Commit cc493a7

Browse files
author
Ankur Srivastava
committed
fixed git installation with alpine
1 parent 7a72972 commit cc493a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY requirements.txt run.py /server/
55
RUN apk --no-cache add \
66
python \
77
py-pip \
8-
&& apk --update add --virtual build-dependencies gcc python-dev build-base \
8+
&& apk --update add --virtual build-dependencies gcc python-dev build-base git \
99
&& pip install -r /server/requirements.txt \
1010
&& apk del build-dependencies \
1111
&& adduser -D app \

0 commit comments

Comments
 (0)