Sfoglia il codice sorgente

Don't use deprecated orchardup/python image

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman 11 anni fa
parent
commit
3fc7ad3291
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,4 +1,5 @@
-FROM orchardup/python:2.7
+FROM ubuntu:14.04
+RUN apt-get update -qq && apt-get install -qy python python-pip python-dev
 ADD requirements.txt /code/
 WORKDIR /code/
 RUN pip install -r requirements.txt