From 10d3cb6f0ab48330037f2cafeb7451aa109930f3 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 26 Jul 2020 12:20:35 +0200 Subject: [PATCH] add python wheel package --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c8fc53..99bfd4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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