dockerfile: add python wheel

master
pictuga 2020-10-03 21:16:04 +02:00
parent ae7ba458ce
commit 0629bb98fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache python3 py3-lxml py3-gunicorn py3-pip git
RUN apk add --no-cache python3 py3-lxml py3-gunicorn py3-pip py3-wheel git
ADD . /app
RUN pip3 install /app