mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 06:47:56 +01:00
Added paho-mqtt
This commit is contained in:
parent
ec1cac9443
commit
29bfe61a2c
@ -2,7 +2,8 @@
|
|||||||
FROM rust:bullseye as builder
|
FROM rust:bullseye as builder
|
||||||
# install build deps
|
# install build deps
|
||||||
RUN apt-get update && apt-get upgrade -y
|
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
|
WORKDIR /usr/src/bffh
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user