parent
1955b6566b
commit
4c1885dc96
@ -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).
|
||||
|
||||
@ -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/*
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user