Add dnsmasq so nginx will allow an upstream service to not block startup
This commit is contained in:
parent
9affe193db
commit
16ec19d356
8 changed files with 27 additions and 7 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue