migrate back to phusion/baseimage upstream
This commit is contained in:
parent
cd8b45e25b
commit
80e75c5ca8
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# vim:ft=dockerfile
|
||||
|
||||
FROM quay.io/jzelinskie/phusion-baseimage-xenial:e436d1c
|
||||
FROM phusion/baseimage:0.9.19
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV HOME /root
|
||||
|
||||
# Install system packages
|
||||
RUN apt-get update # 02JUN2016
|
||||
RUN apt-get update # 07SEP2016
|
||||
RUN apt-get install -y \
|
||||
g++ \
|
||||
gdebi-core \
|
||||
|
@ -37,7 +37,7 @@ RUN apt-get install -y \
|
|||
# Install python dependencies
|
||||
ADD requirements.txt requirements.txt
|
||||
RUN virtualenv --distribute venv
|
||||
RUN venv/bin/pip install -r requirements.txt # 02JUN2016
|
||||
RUN venv/bin/pip install -r requirements.txt # 07SEP2016
|
||||
RUN venv/bin/pip freeze
|
||||
|
||||
# Check python dependencies for the GPL
|
||||
|
|
Reference in a new issue