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:
parent
c772510922
commit
1bed923871
2 changed files with 1 additions and 9 deletions
|
@ -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)"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue