From f242e392daf6f0a19cdfeb519b765de18ab28e93 Mon Sep 17 00:00:00 2001 From: bkraul Date: Fri, 12 Jul 2019 08:39:45 -0500 Subject: [PATCH] Apparently 16.0.3 removed the offending cypress files --- fpm-alpine/Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index e2b0281..1244f03 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -19,9 +19,4 @@ RUN set -ex; \ apk add --no-cache sudo; \ apk del .build-deps -COPY redis.config.php /usr/src/nextcloud/config/redis.config.php - -# temporary. remove cypress files for code integrity. -RUN set -x; \ - rm -rf /var/www/html/apps/viewer/cypress; \ - rm -rf /var/www/html/apps/viewer/cypress.json \ No newline at end of file +COPY redis.config.php /usr/src/nextcloud/config/redis.config.php \ No newline at end of file