Skip to content

Instantly share code, notes, and snippets.

@citadelgrad
Created August 30, 2017 21:28
Show Gist options
  • Save citadelgrad/cd77ab65b7244b2affe8b0940e2ad0a7 to your computer and use it in GitHub Desktop.
Save citadelgrad/cd77ab65b7244b2affe8b0940e2ad0a7 to your computer and use it in GitHub Desktop.
FROM python:2.7.11
RUN apt-get update && apt-get install -y libmemcached-dev
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment