Skip to content

Commit 652049c

Browse files
author
Eran Davidovich
committed
Small fixes to Dockerfile
1 parent 534ae1b commit 652049c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,11 @@ WORKDIR /app
66

77
COPY . .
88

9+
RUN apk add --no-cache python3-dev \
10+
gcc \
11+
libffi-dev \
12+
libc-dev \
13+
&& rm -rf /var/cache/apk/
14+
915
RUN pip3 install --no-cache-dir -r requirements.txt && \
1016
python setup.py install

0 commit comments

Comments
 (0)