Skip to content

Commit

Permalink
cypress 5 and node-sass on machine (#10)
Browse files Browse the repository at this point in the history
* cypress 5 and node-saas on machine
  • Loading branch information
pablorsk authored Sep 1, 2020
1 parent 513812f commit 24283c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-ke
&& apt-get update \
&& apt-get install -y google-chrome-stable --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& yarn global add cypress \
&& yarn global add node-sass@4.14.1 \
&& wget --quiet https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh -O /usr/sbin/wait-for-it.sh \
&& chmod +x /usr/sbin/wait-for-it.sh

0 comments on commit 24283c7

Please sign in to comment.