refactor: Update URL for SIMULAVR to use https (#21)
This is more secure and is not blocked by firewalls generally.
This commit is contained in:
parent
12b505c9d0
commit
42cacd433c
|
|
@ -32,7 +32,7 @@ RUN git clone https://github.com/klipper3d/klipper \
|
|||
|
||||
#### Simulavr
|
||||
COPY config/simulavr.config /usr/src
|
||||
RUN git clone -b master git://git.savannah.nongnu.org/simulavr.git \
|
||||
RUN git clone -b master https://git.savannah.nongnu.org/git/simulavr.git \
|
||||
# Build the firmware
|
||||
&& cd klipper \
|
||||
&& cp /usr/src/simulavr.config .config \
|
||||
|
|
|
|||
Loading…
Reference in New Issue