removed erroring update command
All checks were successful
Docker Build / Build and Push Images (push) Successful in 41s
All checks were successful
Docker Build / Build and Push Images (push) Successful in 41s
This commit is contained in:
parent
1bc6c04425
commit
e314488d3f
1 changed files with 0 additions and 7 deletions
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue