fixed broken dockerfile

This commit is contained in:
icanos 2020-01-20 19:13:38 +00:00
parent 6e524c7189
commit 37258d1200

View file

@ -13,6 +13,7 @@ COPY ./main.js /plejd/
COPY ./mqtt.js /plejd/
COPY ./package.json /plejd/
COPY ./ble.js /plejd/
COPY ./ble.bluez.js /plejd/
ARG BUILD_ARCH
@ -33,6 +34,8 @@ RUN \
git \
nodejs=10.16.3-r0 \
npm=10.16.3-r0 \
dbus-dev \
glib-dev \
\
&& npm config set unsafe-perm true