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
|
## 2023.03.0
|
||||||
* Mark 3DPrinter-OctoPrint stable
|
* Mark 3DPrinter-OctoPrint stable
|
||||||
* Set realtime flag
|
* Set realtime flag
|
||||||
|
* Enable AppArmor
|
||||||
|
|
||||||
## 2023.02.0
|
## 2023.02.0
|
||||||
* Add binaries for flashing firmware to printer (avrdude, dfu-util, dfu-programmer, stm32flash).
|
* Add binaries for flashing firmware to printer (avrdude, dfu-util, dfu-programmer, stm32flash).
|
||||||
|
|||||||
@ -28,6 +28,7 @@ RUN apt update \
|
|||||||
python3-wheel \
|
python3-wheel \
|
||||||
build-essential \
|
build-essential \
|
||||||
caddy \
|
caddy \
|
||||||
|
libffi-dev \
|
||||||
# Extras.
|
# Extras.
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
avrdude \
|
avrdude \
|
||||||
@ -44,3 +45,8 @@ COPY rootfs /
|
|||||||
RUN chmod +x /etc/cont-init.d/*.sh
|
RUN chmod +x /etc/cont-init.d/*.sh
|
||||||
RUN chmod +x /etc/services.d/*/*
|
RUN chmod +x /etc/services.d/*/*
|
||||||
RUN chmod +x /scripts/*.sh
|
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"
|
name: "3DPrinter-OctoPrint"
|
||||||
version: "2023.03.0"
|
version: "2023.03.1"
|
||||||
slug: "3dprinter-octoprint"
|
slug: "3dprinter-octoprint"
|
||||||
description: "OctoPrint as an addon, no additional bells and whistles."
|
description: "OctoPrint as an addon, no additional bells and whistles."
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user