website/.devcontainer/Dockerfile

7 lines
249 B
Docker

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