start converting ble to bluez

This commit is contained in:
Marcus Westin 2020-01-17 14:50:58 +00:00
parent a3b1d1d5d9
commit 7a1ee5a504
4 changed files with 779 additions and 83 deletions

View file

@ -22,6 +22,7 @@ RUN apt-get update \
#
# Verify git and needed tools are installed
&& apt-get -y install git iproute2 procps \
&& apt-get -y install libdbus-1-dev libglib2.0-dev \
#
# Remove outdated yarn from /opt and install via package
# so it can be easily updated via apt-get upgrade yarn
@ -53,5 +54,7 @@ RUN apt-get update \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
RUN npm install -g node-gyp
# Switch back to dialog for any ad-hoc use of apt-get
ENV DEBIAN_FRONTEND=dialog