removed erroring update command
All checks were successful
Docker Build / Build and Push Images (push) Successful in 41s

This commit is contained in:
Seaswimmer 2024-08-01 14:03:24 -04:00
parent 1bc6c04425
commit e314488d3f
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -77,11 +77,4 @@ RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93
COPY composer.local.json /var/www/html/composer.local.json
RUN cd /var/www/html/extensions/cldr \
&& wget http://www.unicode.org/Public/cldr/latest/core.zip \
&& unzip core.zip -d core \
&& rm core.zip \
&& php rebuild.php \
&& cd -
RUN cd /var/www/html && composer update && cd -