add composer

This commit is contained in:
Jonas Leder 2021-09-10 18:47:56 +00:00
parent 27f1780f6f
commit 98199fe96f

View file

@ -1,7 +1,7 @@
FROM alpine:latest
RUN apk update && \
apk upgrade && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano && \
apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer && \
echo "alias php=php8" >> /etc/profile
ENV ENV="/etc/profile"