0.1.14a
This commit is contained in:
parent
589d4ceafc
commit
441084f574
2 changed files with 3 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue