Skip to content

Commit 238c9c4

Browse files
committed
chore: add fallback KLIPPER_REPO url in Dockerfile
1 parent bd5be1f commit 238c9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WORKDIR /build
2727

2828
### Prepare our applications
2929
#### Klipper
30-
ARG KLIPPER_REPO
30+
ARG KLIPPER_REPO=https://github.com/Klipper3d/klipper.git
3131
ENV KLIPPER_REPO=${KLIPPER_REPO}
3232
RUN git clone ${KLIPPER_REPO} klipper \
3333
&& virtualenv -p python3 /build/klippy-env \

0 commit comments

Comments
 (0)