Created
August 8, 2015 08:31
-
-
Save pastuhov/25c583770d9028cb2472 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# JSCoverage | |
RUN cd /root/ \ | |
&& wget http://siliconforks.com/jscoverage/download/jscoverage-0.5.1.tar.bz2 \ | |
&& tar jxvf jscoverage-0.5.1.tar.bz2 \ | |
&& cd jscoverage-0.5.1/ \ | |
&& ./configure \ | |
&& make \ | |
&& make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment