added openssl
All checks were successful
Build Project / test (push) Successful in 5m40s

This commit is contained in:
2023-09-25 07:57:54 +00:00
parent 1a0000ac5a
commit 017cfb84f9

View File

@@ -1,5 +1,6 @@
FROM debian:latest
ADD target/release/iot-cloud /iot-cloud
RUN apt update && apt upgrade -y && apt install openssl -y
ENV RUST_LOG=debug