Skip to content

Commit

Permalink
Skip geckodriver download for product builds
Browse files Browse the repository at this point in the history
  • Loading branch information
spadgett committed Apr 2, 2020
1 parent 15feee7 commit cc9d209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.product
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ RUN tar fx yarn-offline.tar
# bootstrap yarn so we can install and run the other tools.
RUN container-entrypoint npm install ./yarn-1.9.4.tgz

# prevent download of chromedriver, sass binary, and node headers as part of module installs
# prevent download of chromedriver, geckodriver, sass binary, and node headers as part of module installs
ENV CHROMEDRIVER_SKIP_DOWNLOAD=true \
GECKODRIVER_SKIP_DOWNLOAD=true \
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true \
NPM_CONFIG_TARBALL=$HOME/node-v8.9.4-headers.tar.gz

Expand Down

0 comments on commit cc9d209

Please sign in to comment.