Merge branch 'dev' of https://git.n64.cc/nosial/ncc into dev

This commit is contained in:
Netkas 2023-04-20 14:01:37 -04:00
commit 6e0613650a

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; \