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:
parent
1346b7fb63
commit
6aade74c36
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue