Adding in the development ppa for nginx so we can have greater than 1.10.0 and don't break docker when they upgrade to go1.7.

This commit is contained in:
Charlton Austin 2016-11-17 16:25:16 -05:00
parent 1346b7fb63
commit 6aade74c36

View file

@ -5,6 +5,10 @@ FROM phusion/baseimage:0.9.19
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
# This is so we don't break http golang/go#17066
# When Ubuntu has nginx >= 1.11.0 we can switch back.
RUN add-apt-repository ppa:nginx/development
# Install system packages
RUN apt-get update # 02NOV2016
RUN apt-get install -y \