Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile.product
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ 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, geckodriver, sass binary, and node headers as part of module installs
# prevent download of chromedriver, geckodriver, sass, cypress 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 \
CYPRESS_INSTALL_BINARY=0 \
NPM_CONFIG_TARBALL=$HOME/node-v12.16.1-headers.tar.gz

# run the build
Expand Down