This commit is contained in:
Fredrik Baberg 2022-06-27 15:49:04 +02:00
parent 3f33943c12
commit cded609a02
2 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ RUN apt update && \
build-essential \ build-essential \
nginx \ nginx \
&& \ && \
apt install -y \
vim \
&& \
apt clean apt clean
# Copy root filesystem # Copy root filesystem

View File

@ -1,5 +1,5 @@
name: "3DPrinter-OctoPrint" name: "3DPrinter-OctoPrint"
version: "2022.6.019" version: "2022.6.020"
slug: "3dprinter-octoprint" slug: "3dprinter-octoprint"
description: "New instance of OctoPrint" description: "New instance of OctoPrint"
url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint" url: "https://github.com/fredrikbaberg/home-assistant-addons/tree/main/3dprinter-octoprint"