File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
8
8
RUN apk info \
9
9
&& echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
10
10
&& echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \
11
+ && echo @3.9 http://dl-cdn.alpinelinux.org/alpine/v3.9/main >> /etc/apk/repositories \
11
12
&& apk update \
12
13
&& apk upgrade \
13
14
&& apk add --no-cache --virtual .build-deps \
@@ -35,8 +36,8 @@ RUN apk info \
35
36
mysql-client \
36
37
yarn@edge \
37
38
xvfb \
38
- chromium@edge \
39
- chromium-chromedriver@edge \
39
+ chromium@3.9 \
40
+ chromium-chromedriver@3.9 \
40
41
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
41
42
&& docker-php-ext-install -j$(nproc) \
42
43
gd \
You can’t perform that action at this time.
0 commit comments