Browse Source

Don't use deprecated orchardup/python image

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman 11 năm trước cách đây
mục cha
commit
3fc7ad3291
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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/
 ADD requirements.txt /code/
 WORKDIR /code/
 WORKDIR /code/
 RUN pip install -r requirements.txt
 RUN pip install -r requirements.txt