chore: add fallback KLIPPER_REPO url in Dockerfile (#39)
This commit is contained in:
parent
57d6ac4865
commit
1634839a3d
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue