diff --git a/Dockerfile b/Dockerfile index 9fc01b8..226417c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,13 +31,13 @@ RUN apk --update add \ openssl \ py-cryptography \ py-virtualenv \ + python-dev \ ca-certificates RUN apk --update add --virtual build-deps \ build-base \ git \ libev-dev \ openssl-dev \ - python-dev \ wget \ && virtualenv /app/ve \ && /app/ve/bin/pip install -U pip \