Octoprint bugfix FFI (#68)

Closes #67.
This commit is contained in:
Fredrik Baberg 2023-03-21 14:41:10 +01:00 committed by GitHub
parent 1955b6566b
commit 4c1885dc96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,11 @@
## 2023.03.1
* Add check that OctoPrint can install at buildtime.
* Add missing dependency for armhf (libffi-dev)
## 2023.03.0
* Mark 3DPrinter-OctoPrint stable
* Set realtime flag
* Enable AppArmor
## 2023.02.0
* Add binaries for flashing firmware to printer (avrdude, dfu-util, dfu-programmer, stm32flash).

View File

@ -28,6 +28,7 @@ RUN apt update \
python3-wheel \
build-essential \
caddy \
libffi-dev \
# Extras.
ffmpeg \
avrdude \
@ -44,3 +45,8 @@ COPY rootfs /
RUN chmod +x /etc/cont-init.d/*.sh
RUN chmod +x /etc/services.d/*/*
RUN chmod +x /scripts/*.sh
# Test install, verify that install will be possible.
RUN sed 's/#!/# #!/' /etc/cont-init.d/octoprint.sh > /tmp/octoprint.sh
RUN bash /tmp/octoprint.sh \
&& rm -rf /data/* /tmp/*

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint"
version: "2023.03.0"
version: "2023.03.1"
slug: "3dprinter-octoprint"
description: "OctoPrint as an addon, no additional bells and whistles."
arch: