From 4669374b9ec951c081777fe4284edc69cb4be0a2 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 3 Nov 2021 22:55:41 +0100 Subject: [PATCH] use python wheels --- core/admin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/Dockerfile b/core/admin/Dockerfile index 5c1227e5..cf911d82 100644 --- a/core/admin/Dockerfile +++ b/core/admin/Dockerfile @@ -25,7 +25,7 @@ COPY --from=balenalib/rpi-alpine:3.14 /usr/bin/qemu-arm-static /usr/bin/qemu-arm # python3 shared with most images RUN set -eu \ - && apk add --no-cache python3 py3-pip git bash \ + && apk add --no-cache python3 py3-pip py3-wheel git bash \ && pip3 install --upgrade pip RUN mkdir -p /app