update
This commit is contained in:
parent
f6a035838b
commit
04024bf878
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ 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 install \
|
RUN COMPOSER_MEMORY_LIMIT=-1 \
|
||||||
|
composer install \
|
||||||
--optimize-autoloader \
|
--optimize-autoloader \
|
||||||
--no-interaction \
|
--no-interaction \
|
||||||
--no-progress
|
--no-progress
|
||||||
|
|
Loading…
Reference in a new issue