Skip to content

Commit

Permalink
Merge pull request openshift#523 from sosiouxme/20180912-sass-from-so…
Browse files Browse the repository at this point in the history
…urce

downstream builds sass from source; rh-manifest.txt
  • Loading branch information
openshift-merge-robot authored Sep 12, 2018
2 parents 4fa7d64 + d3d205c commit d822672
Show file tree
Hide file tree
Showing 4 changed files with 11,515 additions and 16,268 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.product
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ RUN tar fx yarn-offline.tar
# bootstrap yarn so we can install and run the other tools.
RUN container-entrypoint npm install ./npm-packages-offline-cache/yarn-1.9.4.tgz

# prevent download of chromedriver and sass binary as part of module installs
# prevent download of chromedriver, sass binary, and node headers as part of module installs
ENV CHROMEDRIVER_FILEPATH=$HOME/fake_chromedriver.zip \
SASS_BINARY_PATH=$HOME/linux-x64-57_binding.node
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true \
NPM_CONFIG_TARBALL=$HOME/node-v8.9.4-headers.tar.gz

# run the build
RUN container-entrypoint ./build-frontend.sh
Expand Down
Loading

0 comments on commit d822672

Please sign in to comment.