Skip to content

Commit 43210ec

Browse files
author
Hauke Ingwersen
committed
Remove Chrome from Dockerfile
1 parent e8ad7fc commit 43210ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
99
RUN apk info \
1010
&& echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
1111
&& 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 \
1312
&& echo @3.10 http://dl-cdn.alpinelinux.org/alpine/v3.10/main >> /etc/apk/repositories \
1413
&& apk update \
1514
&& apk upgrade \
@@ -37,9 +36,6 @@ RUN apk info \
3736
php7-dom \
3837
mysql-client \
3938
yarn@edge \
40-
xvfb \
41-
chromium@3.9 \
42-
chromium-chromedriver@3.9 \
4339
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
4440
&& docker-php-ext-install -j$(nproc) \
4541
gd \

0 commit comments

Comments
 (0)