Created
July 4, 2014 09:00
-
-
Save michielbdejong/8337c19a35a8eec5c838 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
FROM michielbdejong/devbox | |
RUN apt-get update | |
RUN apt-get install -y python python-pip python-dev software-properties-common | |
RUN pip install fabric fabtools | |
RUN wget https://raw.githubusercontent.com/cozy/cozy-setup/master/fabfile.py | |
RUN apt-get install -y openssh-server | |
RUN fab -H root@localhost -f /fabfile.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment