moonraker: add git to runtime image (#144)

fixes #138
This commit is contained in:
Markus Küffner
2024-04-08 22:28:34 +02:00
committed by GitHub
parent e7cedbead1
commit 670659a187

View File

@@ -33,6 +33,7 @@ RUN apt update \
iproute2 \
systemd \
sudo \
git \
&& apt clean
WORKDIR /opt