File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
23
23
- name : Log in to the Container registry
24
24
uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN set -ex && \
14
14
libjpeg62-turbo-dev \
15
15
libpng-dev \
16
16
libgmp-dev \
17
+ libwebp-dev \
17
18
libxml2-dev \
18
19
zlib1g-dev \
19
20
libncurses5-dev \
@@ -41,7 +42,7 @@ RUN pecl install xdebug-3.1.1 \
41
42
&& docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd \
42
43
&& docker-php-ext-configure mysqli --with-mysqli=mysqlnd \
43
44
&& docker-php-ext-configure opcache --enable-opcache \
44
- && docker-php-ext-configure gd --with-freetype --with-jpeg \
45
+ && docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
45
46
&& docker-php-ext-install -j$(nproc) mysqli pdo_mysql bcmath pcntl intl gmp mbstring gd soap zip opcache sockets
46
47
47
48
RUN wget https://getcomposer.org/download/${COMPOSER_VERSION}/composer.phar -O /usr/local/bin/composer && \
You can’t perform that action at this time.
0 commit comments