update devcontainer script
This commit is contained in:
parent
9641f66a9a
commit
7e525a3f2f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
||||||
apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer openssh-client && \
|
apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer openssh-client curl && \
|
||||||
echo "alias php=php8" >> /etc/profile
|
curl -L https://unpkg.com/@pnpm/self-installer | node
|
||||||
|
|
||||||
ENV ENV="/etc/profile"
|
ENV ENV="/etc/profile"
|
Loading…
Reference in a new issue