0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00

fix: move ENV to existing VARIANT_EXTRAS

Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
This commit is contained in:
adripo 2023-09-15 13:41:32 +02:00
parent c772510922
commit 1bed923871
2 changed files with 1 additions and 9 deletions

View file

@ -20,7 +20,6 @@ RUN set -ex; \
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html
ENV PHP_MEMORY_LIMIT 512M
ENV PHP_UPLOAD_LIMIT 512M
%%VARIANT_EXTRAS_ENV%%
RUN set -ex; \
\
savedAptMark="$(apt-mark showmanual)"; \