chore: add fallback KLIPPER_REPO url in Dockerfile
This commit is contained in:
parent
bd5be1fa35
commit
238c9c40f8
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue