This commit is contained in:
lolouk44 2020-11-26 09:53:54 +00:00
parent 9b6519f299
commit f303708992
2 changed files with 1 additions and 5 deletions

View file

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