mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-23 15:17:57 +01:00
change base image to ubuntu
This commit is contained in:
parent
bad96a5883
commit
96e2928939
11
Dockerfile
11
Dockerfile
@ -11,12 +11,11 @@ RUN cargo build --release
|
||||
|
||||
|
||||
# Setup deployable image
|
||||
FROM debian:bullseye-slim
|
||||
# Install runtime deps
|
||||
#RUN apt-get update && apt-get upgrade -yqq
|
||||
COPY --from=builder /usr/src/bffh/target/release/bffhd /usr/local/bin/bffhd
|
||||
#COPY --from=builder /usr/src/bffh/examples/bffh.dhall /etc/diflouroborane.dhall
|
||||
# RUN diflouroborane --print-default > /etc/diflouroborane.toml
|
||||
FROM ubuntu:22.04
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -yqq --no-install-recommends python3 python3-pip
|
||||
RUN pip3 install paho-mqtt
|
||||
COPY --from=copy /usr/src/bffh/bffhd.bin /usr/local/bin/bffhd
|
||||
VOLUME /etc/bffh/
|
||||
VOLUME /var/lib/bffh/
|
||||
VOLUME /usr/local/lib/bffh/adapters/
|
||||
|
Loading…
Reference in New Issue
Block a user