dockerfile.alpine: remove pythonispython3 from packages
This commit is contained in:
parent
87812e0a6e
commit
bbe522b316
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user