chore: add fallback KLIPPER_REPO url in Dockerfile (#39)

This commit is contained in:
Stefan Dej 2024-09-06 09:50:46 +02:00 committed by GitHub
parent 57d6ac4865
commit 1634839a3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ WORKDIR /build
### Prepare our applications
#### Klipper
ARG KLIPPER_REPO
ARG KLIPPER_REPO=https://github.com/Klipper3d/klipper.git
ENV KLIPPER_REPO=${KLIPPER_REPO}
RUN git clone ${KLIPPER_REPO} klipper \
&& virtualenv -p python3 /build/klippy-env \