add symlink from php to php8

This commit is contained in:
Jonas Leder 2021-10-30 07:12:31 +00:00
parent 7c69e5f418
commit 6910e1b03d

View file

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