Skip to content

Commit

Permalink
Make source image a varible
Browse files Browse the repository at this point in the history
  • Loading branch information
jessm33 authored and taclane committed May 22, 2023
1 parent 2d1f28f commit 72d6b24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 72d6b24

Please sign in to comment.