Skip to content

Commit 1a6eafb

Browse files
authored
Merge branch 'master' into chore/add-klipper-repo-fallback
2 parents 238c9c4 + 57d6ac4 commit 1a6eafb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ RUN apt-get update && apt-get install -y \
1818
libffi-dev \
1919
python3-dev \
2020
python3-libgpiod \
21+
python3-distutils \
22+
### \
23+
&& pip install setuptools \
2124
### clean up
2225
&& apt-get -y autoremove \
2326
&& apt-get clean \
@@ -39,10 +42,10 @@ RUN git clone -b master https://git.savannah.nongnu.org/git/simulavr.git \
3942
# Build the firmware
4043
&& cd klipper \
4144
&& cp /usr/src/simulavr.config .config \
42-
&& make PYTHON=python3 \
45+
&& make \
4346
&& cp out/klipper.elf /build/simulavr.elf \
4447
&& rm -f .config \
45-
&& make PYTHON=python3 clean \
48+
&& make clean \
4649
# Build simulavr
4750
&& cd ../simulavr \
4851
&& make python \

0 commit comments

Comments
 (0)