diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9d805db..0a8112f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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" \ No newline at end of file