This commit is contained in:
lolouk44 2020-11-26 11:42:31 +00:00
parent f303708992
commit c386f97371
2 changed files with 2 additions and 2 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 -y \
bluez \
python-pip \
libglib2.0-dev && \