From 0629bb98fb0542179270778a193256bbf744c0da Mon Sep 17 00:00:00 2001 From: pictuga Date: Sat, 3 Oct 2020 21:16:04 +0200 Subject: [PATCH] dockerfile: add python wheel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d23507..37e012b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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