mirror of
https://github.com/LRGEX/Klipper-docker.git
synced 2026-05-06 11:06:30 +02:00
kmf-v2.5
This commit is contained in:
@@ -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" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user