From 23af48540115922fc74b6ced281bc09d5631332e Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 2 Sep 2019 14:33:44 +0300 Subject: [PATCH] Update Dockerfile --- nextcloud/latest/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/nextcloud/latest/Dockerfile b/nextcloud/latest/Dockerfile index 0f95a4ac7..6b2e54d26 100644 --- a/nextcloud/latest/Dockerfile +++ b/nextcloud/latest/Dockerfile @@ -11,6 +11,3 @@ RUN apt update -y && apt dist-upgrade -y && apt install -y --allow-unauthenticat #thank u, mac users. rolling back normal ZipStreammer RUN rm -fv /var/www/html/lib/private/Streamer.php ADD Streamer.php /var/www/html/lib/private/ - -#temp debug -RUN cat /var/www/html/lib/private/Streamer.php