add composer
This commit is contained in:
parent
27f1780f6f
commit
98199fe96f
1 changed files with 1 additions and 1 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 && \
|
apk add nodejs yarn php8 php8-mysqli php8-mbstring git nano composer && \
|
||||||
echo "alias php=php8" >> /etc/profile
|
echo "alias php=php8" >> /etc/profile
|
||||||
|
|
||||||
ENV ENV="/etc/profile"
|
ENV ENV="/etc/profile"
|
Loading…
Reference in a new issue