Skip to content
Snippets Groups Projects
Commit 2767fba0 authored by Chris Galusha's avatar Chris Galusha
Browse files

Add chromium-chromedriver to dusk container

parent 0ac406cf
No related branches found
No related tags found
1 merge request!82Laravel dusk
...@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ ...@@ -13,7 +13,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>" maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \ RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \
&& apk add --no-cache bash nodejs npm linux-headers chromium $PHPIZE_DEPS $BUILD_DEPS \ && apk add --no-cache bash nodejs npm linux-headers chromium chromium-chromedriver $PHPIZE_DEPS $BUILD_DEPS \
&& pecl channel-update pecl.php.net \ && pecl channel-update pecl.php.net \
&& pecl install xdebug redis \ && pecl install xdebug redis \
&& docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \ && docker-php-ext-install bz2 gd intl ldap mysqli pdo_mysql zip \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment