Removed comments from Dockerfile
This commit is contained in:
parent
3579d7bf83
commit
b56a0c3131
1 changed files with 0 additions and 4 deletions
|
@ -52,9 +52,5 @@ COPY --from=builder /tmp/. .
|
||||||
# Install phive...
|
# Install phive...
|
||||||
RUN chmod +x phive.phar; \
|
RUN chmod +x phive.phar; \
|
||||||
mv phive.phar /usr/local/bin/phive; \
|
mv phive.phar /usr/local/bin/phive; \
|
||||||
|
|
||||||
# ... and phab...
|
|
||||||
phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C; \
|
phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C; \
|
||||||
|
|
||||||
# ... and ncc.
|
|
||||||
cd ncc; php build/src/INSTALL --auto --install-composer; cd ..; rm -rf ./*
|
cd ncc; php build/src/INSTALL --auto --install-composer; cd ..; rm -rf ./*
|
||||||
|
|
Loading…
Add table
Reference in a new issue