update git

This commit is contained in:
holzi1005 2024-12-03 18:51:52 +01:00
parent 723fbfb511
commit 1e9f3bafb1

View file

@ -20,6 +20,7 @@ USER root
RUN apk --no-cache add \ RUN apk --no-cache add \
unzip \ unzip \
nodejs \ nodejs \
git \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
RUN mkdir /etc/service/cron \ RUN mkdir /etc/service/cron \
@ -50,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 php -d memory_limit=-1 composer.phar install \ RUN php -d memory_limit=-1 \
composer.phar install \
--optimize-autoloader \ --optimize-autoloader \
--no-interaction \ --no-interaction \
--no-progress --no-progress