mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix docker build
This commit is contained in:
parent
f4b2c5d7df
commit
196f143e65
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,7 @@ RUN apt-get install -y \
|
|||
curl \
|
||||
git \
|
||||
yarn \
|
||||
ca-certificates \
|
||||
# These are for extensions
|
||||
zlib1g-dev \
|
||||
libicu-dev \
|
||||
|
@ -63,6 +64,9 @@ RUN apt-get install -y \
|
|||
# For installing things from URL
|
||||
wget
|
||||
|
||||
# https://github.com/nodesource/distributions/issues/1266
|
||||
RUN update-ca-certificates
|
||||
|
||||
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
|
||||
php composer-setup.php --install-dir=/usr/bin --filename=composer --version=1.10.22 && \
|
||||
php -r "unlink('composer-setup.php');"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue