mirror of
https://github.com/mkuf/prind.git
synced 2026-05-06 23:56:35 +02:00
Fix simulavr build in trixie
This commit is contained in:
@@ -108,7 +108,7 @@ FROM tools AS build-simulavr
|
||||
RUN apt update \
|
||||
&& apt install -y \
|
||||
git cmake swig \
|
||||
python3-dev \
|
||||
python3-dev python3-setuptools \
|
||||
&& apt clean
|
||||
|
||||
WORKDIR /opt/klipper
|
||||
@@ -132,4 +132,4 @@ USER simulavr
|
||||
ENV PYTHONPATH=/opt/simulavr/build/pysimulavr/
|
||||
VOLUME ["/opt/printer_data/run"]
|
||||
ENTRYPOINT ["klipper/scripts/avrsim.py"]
|
||||
CMD ["-p", "/opt/printer_data/run/simulavr.tty", "/opt/klipper/out/klipper.elf"]
|
||||
CMD ["-p", "/opt/printer_data/run/simulavr.tty", "/opt/klipper/out/klipper.elf"]
|
||||
|
||||
Reference in New Issue
Block a user