Merge remote-tracking branch 'origin/development' into development

* origin/development:
  Added paho-mqtt
This commit is contained in:
Nadja Reitzenstein 2022-10-07 13:43:50 +02:00
commit 47524ef038
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
FROM rust:bullseye as builder
# install build deps
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -yqq --no-install-recommends capnproto
RUN apt-get install -yqq --no-install-recommends capnproto python3 python3-pip
RUN pip3 install paho-mqtt
WORKDIR /usr/src/bffh
COPY . .