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

Do not install chrome, the chromedriver is sufficient

parent 2767fba0
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 \
maintainer="Alan Nelson <alan.nelson@nebraska.edu>"
RUN export BUILD_DEPS="bzip2-dev icu-dev libpng-dev libzip-dev openldap-dev" \
&& apk add --no-cache bash nodejs npm linux-headers chromium chromium-chromedriver $PHPIZE_DEPS $BUILD_DEPS \
&& apk add --no-cache bash nodejs npm linux-headers chromium-chromedriver $PHPIZE_DEPS $BUILD_DEPS \
&& pecl channel-update pecl.php.net \
&& pecl install xdebug redis \
&& 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