Skip to content

Commit

Permalink
Add bind-tools to fix dns issues (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Aug 12, 2019
1 parent 1483c13 commit 16572f7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions alpine/aarch64/Dockerfile
Expand Up @@ -18,6 +18,7 @@ RUN apk add --no-cache \
tzdata \
ca-certificates \
curl \
bind-tools \
\
&& mkdir -p /tmp/bashio \
&& curl -L -s https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz | tar -xzf - --strip 1 -C /tmp/bashio \
Expand Down
1 change: 1 addition & 0 deletions alpine/amd64/Dockerfile
Expand Up @@ -15,6 +15,7 @@ RUN apk add --no-cache \
tzdata \
ca-certificates \
curl \
bind-tools \
\
&& mkdir -p /tmp/bashio \
&& curl -L -s https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz | tar -xzf - --strip 1 -C /tmp/bashio \
Expand Down
1 change: 1 addition & 0 deletions alpine/armhf/Dockerfile
Expand Up @@ -18,6 +18,7 @@ RUN apk add --no-cache \
tzdata \
ca-certificates \
curl \
bind-tools \
\
&& mkdir -p /tmp/bashio \
&& curl -L -s https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz | tar -xzf - --strip 1 -C /tmp/bashio \
Expand Down
1 change: 1 addition & 0 deletions alpine/armv7/Dockerfile
Expand Up @@ -18,6 +18,7 @@ RUN apk add --no-cache \
tzdata \
ca-certificates \
curl \
bind-tools \
\
&& mkdir -p /tmp/bashio \
&& curl -L -s https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz | tar -xzf - --strip 1 -C /tmp/bashio \
Expand Down
1 change: 1 addition & 0 deletions alpine/i386/Dockerfile
Expand Up @@ -15,6 +15,7 @@ RUN apk add --no-cache \
tzdata \
ca-certificates \
curl \
bind-tools \
\
&& mkdir -p /tmp/bashio \
&& curl -L -s https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz | tar -xzf - --strip 1 -C /tmp/bashio \
Expand Down

0 comments on commit 16572f7

Please sign in to comment.