Skip to content

Commit

Permalink
use chromium and chromium-chromedriver from alpine 3.9 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pehbehbeh committed Sep 27, 2019
1 parent 894987e commit c5e22a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS="0" \
RUN apk info \
&& echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
&& echo @edge http://nl.alpinelinux.org/alpine/edge/main >> /etc/apk/repositories \
&& echo @3.9 http://dl-cdn.alpinelinux.org/alpine/v3.9/main >> /etc/apk/repositories \
&& apk update \
&& apk upgrade \
&& apk add --no-cache --virtual .build-deps \
Expand Down Expand Up @@ -35,8 +36,8 @@ RUN apk info \
mysql-client \
yarn@edge \
xvfb \
chromium@edge \
chromium-chromedriver@edge \
chromium@3.9 \
chromium-chromedriver@3.9 \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-png-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) \
gd \
Expand Down

0 comments on commit c5e22a8

Please sign in to comment.