Skip to content

Commit

Permalink
fix: add bind-tools to Docker image
Browse files Browse the repository at this point in the history
Was missing in one file, needed to use the dig resolver.
  • Loading branch information
mKeRix committed Feb 21, 2020
1 parent 04f3c72 commit 5ca01e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -8,7 +8,7 @@ FROM node:12-alpine

WORKDIR /room-assistant

RUN apk add --no-cache bluez bluez-deprecated libusb avahi-dev dmidecode \
RUN apk add --no-cache bluez bluez-deprecated libusb avahi-dev bind-tools dmidecode \
&& setcap cap_net_raw+eip $(eval readlink -f `which node`) \
&& setcap cap_net_raw+eip $(eval readlink -f `which hcitool`) \
&& ln -s /usr/local/lib/node_modules/room-assistant/bin/room-assistant.js /usr/local/bin/room-assistant
Expand Down

0 comments on commit 5ca01e2

Please sign in to comment.