Correction

This commit is contained in:
Netkas 2023-07-23 14:12:40 -04:00
parent b2c3974d76
commit bce47a62c3
No known key found for this signature in database
GPG key ID: 5DAF58535614062B
3 changed files with 2 additions and 6 deletions

View file

@ -56,10 +56,8 @@ COPY --from=builder /tmp/. .
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; \