File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +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
12
&& echo @3.10 http://dl-cdn.alpinelinux.org/alpine/v3.10/main >> /etc/apk/repositories \
14
13
&& apk update \
15
14
&& apk upgrade \
@@ -37,9 +36,6 @@ RUN apk info \
37
36
php7-dom \
38
37
mysql-client \
39
38
yarn@edge \
40
- xvfb \
41
- chromium@3.9 \
42
- chromium-chromedriver@3.9 \
43
39
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
44
40
&& docker-php-ext-install -j$(nproc) \
45
41
gd \
You can’t perform that action at this time.
0 commit comments