dockerfile: add python wheel
This commit is contained in:
parent
ae7ba458ce
commit
0629bb98fb
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:latest
|
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
|
ADD . /app
|
||||||
RUN pip3 install /app
|
RUN pip3 install /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user