diff --git a/Dockerfile b/Dockerfile index 4faa64a..90a0aa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM debian:latest ADD target/release/iot-cloud /iot-cloud ENV RUST_LOG=debug