also disable cron and composer
This commit is contained in:
parent
ea2e72b04c
commit
0f98ef85c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue