enable dns w/ docker

This commit is contained in:
Brad Rydzewski
2015-09-03 18:17:51 -07:00
parent be274cf2e9
commit 678550e68f
2 changed files with 24 additions and 17 deletions

View File

@@ -4,13 +4,13 @@
FROM ubuntu:14.04
RUN apt-get update -qq \
RUN apt-get update -qq \
&& apt-get -y install curl \
apt-transport-https \
ca-certificates \
curl \
lxc \
iptables \
apt-transport-https \
ca-certificates \
curl \
lxc \
iptables \
&& curl -sSL https://get.docker.com/ubuntu/ | sh \
&& rm -rf /var/lib/apt/lists/*