switch to alpine edge, for php8 based composer

This commit is contained in:
Jonas Leder 2021-10-30 06:36:37 +00:00
parent 1564799eb2
commit 1e924c224f

View file

@ -1,7 +1,7 @@
FROM alpine:latest
FROM alpine:edge
RUN apk update && \
apk upgrade && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl git nano composer openssh-client curl && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl php8-simplexml git nano composer openssh-client curl && \
curl -L https://unpkg.com/@pnpm/self-installer | node
ENV ENV="/etc/profile"