Skip to content

Commit 2e41c46

Browse files
authored
Update Dockerfile
1 parent 981f0f7 commit 2e41c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY production.ini /app/config.ini
1414
COPY requirements.txt .
1515

1616
RUN apk add --no-cache --virtual .build-deps \
17-
make gcc libxml2-dev libxslt-dev musl-dev g++ \
17+
make gcc libxml2-dev libxslt-dev musl-dev g++ git \
1818
&& apk add libxml2 libxslt \
1919
&& pip install --no-cache-dir --upgrade pip \
2020
&& pip install --no-cache-dir -r requirements.txt \

0 commit comments

Comments
 (0)