From 4acd64ea81fc8831bbcab15b86b76071b4ab0504 Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Wed, 30 Jun 2021 10:04:13 +0200 Subject: [PATCH] Remove debug output. --- php/Dockerfile.Core | 1 - 1 file changed, 1 deletion(-) diff --git a/php/Dockerfile.Core b/php/Dockerfile.Core index 1fcc102..c68a2ba 100644 --- a/php/Dockerfile.Core +++ b/php/Dockerfile.Core @@ -28,7 +28,6 @@ RUN echo "APT::Acquire::Retries \"5\";" > /etc/apt/apt.conf.d/80-retries && \ apt-get clean && \ curl https://getcomposer.org/composer-stable.phar --output /usr/local/bin/composer && \ chmod +x /usr/local/bin/composer /usr/bin/install-report && \ - /usr/local/bin/composer --version && \ /usr/bin/install-report && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /var/lib/dpkg/status.old /var/cache/debconf/templates.dat /var/log/dpkg.log /var/log/lastlog /var/log/apt/*.log && \ rm -rf /usr/bin/mariabackup \