Add dnsmasq so nginx will allow an upstream service to not block startup

This commit is contained in:
Evan Cordell 2017-02-14 18:09:56 -05:00
parent 9affe193db
commit 16ec19d356
8 changed files with 27 additions and 7 deletions

View file

@ -12,6 +12,7 @@ RUN add-apt-repository ppa:nginx/development
# Install system packages
RUN apt-get update && apt-get upgrade -y # 22FEB2017
RUN apt-get install -y \
dnsmasq \
g++ \
gdb \
gdebi-core \