Skip to content

Commit 73fce5e

Browse files
authored
Merge pull request #35 from sourceboat/feature/24-remove-chrome
Remove Chrome from Dockerfile
2 parents 9150172 + ac02b49 commit 73fce5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +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 \
13-
&& echo @3.10 http://dl-cdn.alpinelinux.org/alpine/v3.10/main >> /etc/apk/repositories \
1412
&& apk update \
1513
&& apk upgrade \
1614
&& apk add --no-cache --virtual .build-deps \
@@ -37,9 +35,6 @@ RUN apk info \
3735
php7-dom \
3836
mysql-client \
3937
yarn@edge \
40-
xvfb \
41-
chromium@3.9 \
42-
chromium-chromedriver@3.9 \
4338
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
4439
&& docker-php-ext-install -j$(nproc) \
4540
gd \

0 commit comments

Comments
 (0)