This file contains hidden or 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
FROM ubuntu:trusty | |
RUN apt-get update | |
RUN apt-get -y install wget | |
RUN apt-get -y install fontconfig | |
RUN apt-get install -y -q python-software-properties python python-setuptools python-virtualenv python-dev python-distribute python-pip | |
WORKDIR /usr/local/src/phantomjs | |
RUN wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
RUN tar xvf phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
RUN sudo ln -sf /usr/local/src/phantomjs/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs |
This file contains hidden or 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
FROM ubuntu:trusty | |
RUN apt-get update | |
RUN apt-get -y install wget | |
RUN apt-get -y install fontconfig | |
RUN apt-get install -y -q python-software-properties python python-setuptools python-virtualenv python-dev python-distribute python-pip | |
WORKDIR /usr/local/src/phantomjs | |
RUN wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
RUN tar xvf phantomjs-1.9.7-linux-x86_64.tar.bz2 | |
RUN sudo ln -sf /usr/local/src/phantomjs/phantomjs-1.9.7-linux-x86_64/bin/phantomjs /usr/local/bin/phantomjs |
This file contains hidden or 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
# docker image for running CC test suite | |
FROM ubuntu | |
RUN apt-get update | |
RUN apt-get -y install wget | |
RUN apt-get -y install git | |
# install Ruby 1.9.3-p484 | |
RUN apt-get update | |
RUN apt-get -y install build-essential |
This file contains hidden or 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
* http://destroytoday.com/blog/hello-world-im-jekyll says .htaccess not recognized by Jekyll |
This file contains hidden or 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
rvm get stable # update rvm | |
rvm list # 'installed' rubies | |
rvm list gemsets # gemsets for each installed ruby (including 'default' and 'global') | |
rvm gemset list # gemsets for the current ruby | |
---------- |
NewerOlder