Merge pull request #1051 from yuvipanda/fix-docker

Add build-base to build stage of docker image
pull/1050/head
Min RK 2021-06-30 08:40:43 +00:00 zatwierdzone przez GitHub
commit ea90ae23d3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
ARG ALPINE_VERSION=3.12.0
FROM alpine:${ALPINE_VERSION}
RUN apk add --no-cache git python3 python3-dev py-pip
RUN apk add --no-cache git python3 python3-dev py-pip build-base
# build wheels in first image
ADD . /tmp/src