update devcontainer script

This commit is contained in:
Jonas Leder 2021-09-26 00:27:44 +02:00
parent 9641f66a9a
commit 7e525a3f2f
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA

View file

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