Added setuptools

pull/909/head
Bartosz Kardas 2022-12-11 22:08:18 +01:00
rodzic c3d257519b
commit 76731c885b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
ARG ALPINE_VERSION=3.16
FROM alpine:${ALPINE_VERSION} AS builder
RUN apk add --no-cache git python3 python3-dev py3-pip build-base
RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base
# set pip's cache directory using this environment variable, and use
# ARG instead of ENV to ensure its only set when the image is built