also disable cron and composer

This commit is contained in:
Jonas Leder 2020-12-28 22:49:56 +01:00
parent ea2e72b04c
commit 0f98ef85c2

View file

@ -1,5 +1,5 @@
ARG INSTALL_CRON=1
ARG INSTALL_COMPOSER=1
ARG INSTALL_CRON=0
ARG INSTALL_COMPOSER=0
ARG PHP_VERSION
ARG GLOBAL_VERSION
FROM thecodingmachine/php:8.0-v4-slim-apache