Apparently 16.0.3 removed the offending cypress files
This commit is contained in:
parent
81438bab3f
commit
f242e392da
|
@ -19,9 +19,4 @@ RUN set -ex; \
|
||||||
apk add --no-cache sudo; \
|
apk add --no-cache sudo; \
|
||||||
apk del .build-deps
|
apk del .build-deps
|
||||||
|
|
||||||
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php
|
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
|
|
Loading…
Reference in New Issue
Block a user