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