feat: add git and tar

This commit is contained in:
badPointer 2023-03-08 07:55:13 +00:00
parent 10538b22b1
commit f955c6c2cd

View file

@ -57,6 +57,9 @@ RUN install-php-extensions mbstring \
ctype \
common; \
# Add git and tar
apk add git tar; \
# Install phive, phab and ncc; create workdir
chmod +x phive.phar; \
mv phive.phar /usr/local/bin/phive; \