chore: add fallback KLIPPER_REPO url in Dockerfile

This commit is contained in:
Stefan Dej 2024-09-06 00:48:56 +02:00
parent bd5be1fa35
commit 238c9c40f8
No known key found for this signature in database
GPG Key ID: D178BFD6AFFD3BED
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,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 \