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