This commit is contained in:
lrgex
2023-11-15 15:25:33 +03:00
parent de388e7ae3
commit 880b4ebd09
8 changed files with 89 additions and 42 deletions

View File

@@ -83,6 +83,14 @@ RUN find /opt/lrgex/kiauh -type f -exec chmod +x {} \; \
# Set the default shell to bash instead of sh beacuse kiauh needs this terminal
ENV TERM xterm
# this to install klipper, moonraker and fluidd, you can change fluidd to mainsail
ENV PACKAGES="klipper moonraker fluidd"
# this has the script to install klipper, moonraker and fluidd
RUN ./klipper.sh
ENV PACKAGES=""
# Enable systemd init system in the container
VOLUME [ "/tmp", "/run", "/run/lock" ]