diff --git a/Dockerfile b/Dockerfile index 90a0aa9..3d22a89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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