7 lines
No EOL
239 B
Docker
7 lines
No EOL
239 B
Docker
FROM alpine:latest
|
|
RUN apk update && \
|
|
apk upgrade && \
|
|
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" |