Skip to content

Instantly share code, notes, and snippets.

@rckclmbr
Created September 11, 2014 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rckclmbr/f7eb5053d4b1f2145f03 to your computer and use it in GitHub Desktop.
Save rckclmbr/f7eb5053d4b1f2145f03 to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
RUN apt-get -qq update; \
apt-get install -q -y python-dev python-pip python-flup python-setuptools \
supervisor git-core libpq-dev supervisor \
libmemcached-dev python-pylibmc \
libgeos-c1 python-gdal curl \
libgd3 libgeoip1 libxslt1.1 \
software-properties-common python-gevent; \
add-apt-repository ppa:nginx/development; \
apt-get -qq update; \
apt-get install -q -y nginx
RUN pip install virtualenv && \
virtualenv --system-site-packages /opt/ve/gaia
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment