Skip to content

Instantly share code, notes, and snippets.

@michielbdejong
Created July 4, 2014 09:00
Show Gist options
  • Save michielbdejong/8337c19a35a8eec5c838 to your computer and use it in GitHub Desktop.
Save michielbdejong/8337c19a35a8eec5c838 to your computer and use it in GitHub Desktop.
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