alpine renamed python

This commit is contained in:
asonix 2020-07-24 12:17:00 -05:00
parent 0881be7cae
commit 315abb926f

View file

@ -14,7 +14,7 @@ RUN tar zxf v$TAG.tar.gz \
&& rm -rf pinafore-$TAG
# Install updates and NodeJS+Dependencies
RUN apk add --update --no-cache --virtual build-dependencies git python build-base clang \
RUN apk add --update --no-cache --virtual build-dependencies git python3 build-base clang \
# Install updates and NodeJS+Dependencies
&& apk add --update --no-cache nodejs npm \
# Install yarn