Skip to content

Commit

Permalink
chore: add fallback KLIPPER_REPO url in Dockerfile (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Sep 6, 2024
1 parent 57d6ac4 commit 1634839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1634839

Please sign in to comment.