diff --git a/Dockerfile b/Dockerfile index 6e6eea0..7d76d5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM robotastic/trunk-recorder:latest +ARG IMAGE=robotastic/trunk-recorder:latest + +FROM ${IMAGE} # Build MQTT Stats RUN apt update && export DEBIAN_FRONTEND=noninteractive && \