Skip to content
Snippets Groups Projects
Commit 1e924c22 authored by Jonas Leder's avatar Jonas Leder
Browse files

switch to alpine edge, for php8 based composer

parent 1564799e
No related branches found
No related tags found
No related merge requests found
FROM alpine:latest
FROM alpine:edge
RUN apk update && \
apk upgrade && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl git nano composer openssh-client curl && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring php8-curl php8-simplexml 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment