This commit is contained in:
lolouk44 2020-11-26 15:43:01 +00:00
parent 589d4ceafc
commit 441084f574
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@ FROM python:3.8-slim
WORKDIR /opt/miscale
COPY src /opt/miscale
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install --no-install-recommends -y \
build-essential \
bluez \
python-pip \
libglib2.0-dev && \