dockerfile.alpine: remove pythonispython3 from packages

This commit is contained in:
Brad Parham 2023-03-08 12:38:35 +01:00 committed by Brad Parham
parent 87812e0a6e
commit bbe522b316

View File

@ -11,7 +11,7 @@ USER root:root
WORKDIR /root/pkg-fetch/
RUN apk add --no-cache build-base git linux-headers npm pythonispython3 python3 yarn
RUN apk add --no-cache build-base git linux-headers npm python3 yarn
# https://gitlab.alpinelinux.org/alpine/aports/-/issues/8626
ENV CFLAGS=-U_FORTIFY_SOURCE