OEM und STATS image #11
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ USER nobody
|
||||||
RUN wget https://github.com/open-event-manager/open-event-manager/archive/refs/tags/${VERSION}.tar.gz -O artifact.tar.gz \
|
RUN wget https://github.com/open-event-manager/open-event-manager/archive/refs/tags/${VERSION}.tar.gz -O artifact.tar.gz \
|
||||||
&& tar --strip-components=1 -xvzf artifact.tar.gz
|
&& tar --strip-components=1 -xvzf artifact.tar.gz
|
||||||
|
|
||||||
RUN COMPOSER_MEMORY_LIMIT=-1 \
|
RUN php -d memory_limit=-1 composer.phar install \
|
||||||
php composer.phar install \
|
|
||||||
--optimize-autoloader \
|
--optimize-autoloader \
|
||||||
--no-interaction \
|
--no-interaction \
|
||||||
--no-progress
|
--no-progress
|
||||||
|
|
Loading…
Reference in a new issue