still other bugs
This commit is contained in:
parent
859d6ee776
commit
012208b596
@ -8,20 +8,7 @@ WORKDIR /app
|
|||||||
COPY ./main.py /app/
|
COPY ./main.py /app/
|
||||||
|
|
||||||
# Install any dependencies
|
# Install any dependencies
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get install -y --no-install-recommends libboost-all-dev
|
|
||||||
RUN apt-get install -y bluez \
|
|
||||||
bluetooth \
|
|
||||||
pkg-config \
|
|
||||||
libboost-python-dev \
|
|
||||||
libboost-thread-dev \
|
|
||||||
libbluetooth-dev \
|
|
||||||
libglib2.0-dev \
|
|
||||||
python3-dev \
|
|
||||||
libgirepository1.0-dev \
|
|
||||||
gcc \
|
|
||||||
libcairo2-dev \
|
|
||||||
gir1.2-gtk-3.0
|
|
||||||
RUN pip3 install --no-cache-dir bluepy
|
RUN pip3 install --no-cache-dir bluepy
|
||||||
|
|
||||||
# Set the entry point
|
# Set the entry point
|
||||||
|
|||||||
@ -6,6 +6,8 @@ services:
|
|||||||
context: ./DataScraper
|
context: ./DataScraper
|
||||||
dockerfile: ./DOCKERFILE
|
dockerfile: ./DOCKERFILE
|
||||||
privileged: true
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- /var/run/dbus/:/var/run/dbus/
|
||||||
web-gui:
|
web-gui:
|
||||||
build:
|
build:
|
||||||
context: ./WebGui
|
context: ./WebGui
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user