From b56a0c31318480f7f2a209bd48d83f951ff1d322 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 2 Mar 2023 16:16:14 -0500 Subject: [PATCH] Removed comments from Dockerfile --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5d07927..6623c11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,9 +52,5 @@ COPY --from=builder /tmp/. . # Install phive... RUN chmod +x phive.phar; \ mv phive.phar /usr/local/bin/phive; \ - - # ... and phab... phive install phpab --global --trust-gpg-keys 0x2A8299CE842DD38C; \ - - # ... and ncc. cd ncc; php build/src/INSTALL --auto --install-composer; cd ..; rm -rf ./*