add python wheel package

This commit is contained in:
Sebastian Hugentobler 2020-07-26 12:20:35 +02:00
parent f3bdc2ffa6
commit 10d3cb6f0a

View File

@ -32,7 +32,8 @@ RUN apk --no-cache add \
py3-six \
py3-asn1 \
py3-numpy \
py3-psycopg2
py3-psycopg2 \
py3-wheel
RUN apk --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community add \
olm-dev