From bbe522b3169a4a3120674cdb436f764c63acb18a Mon Sep 17 00:00:00 2001 From: Brad Parham Date: Wed, 8 Mar 2023 12:38:35 +0100 Subject: [PATCH] dockerfile.alpine: remove pythonispython3 from packages --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 93fe363..052db23 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -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