Skip to content

Instantly share code, notes, and snippets.

@dmulter
Created September 15, 2016 15:39
Show Gist options
  • Save dmulter/754368789eb53c64074c857e3c10fe5d to your computer and use it in GitHub Desktop.
Save dmulter/754368789eb53c64074c857e3c10fe5d to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
# update packages
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get -y dist-upgrade && \
apt-get install -y python python-dev python-pip g++ libffi-dev libssl-dev make nginx supervisor && \
pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment