From e89403ef80770cf087358a7505e8d035f7c4c4e0 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 17 Feb 2021 17:21:59 +0100 Subject: [PATCH] Fix issue with Almond packages (#1870) --- almond/CHANGELOG.md | 4 ++++ almond/Dockerfile | 4 ++-- almond/config.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/almond/CHANGELOG.md b/almond/CHANGELOG.md index fa1b281..f5c0bdc 100644 --- a/almond/CHANGELOG.md +++ b/almond/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.1 + +- Fix issue with some Almond packages + ## 1.1.0 - Restart nginx service on error diff --git a/almond/Dockerfile b/almond/Dockerfile index 2e52b2a..d7aea58 100644 --- a/almond/Dockerfile +++ b/almond/Dockerfile @@ -20,14 +20,14 @@ RUN \ unzip \ blas \ sqlite \ - pkgconf \ + coreutils \ && apk add --no-cache --virtual .build-dependencies \ build-base \ blas-dev \ git \ linux-headers \ sqlite-dev \ - pkgconf-dev \ + pkgconf \ python3 \ \ && npm config set unsafe-perm \ diff --git a/almond/config.json b/almond/config.json index b1d36a2..3d3acae 100644 --- a/almond/config.json +++ b/almond/config.json @@ -1,6 +1,6 @@ { "name": "Almond", - "version": "1.1.0", + "version": "1.1.1", "slug": "almond", "description": "The home server version of Almond", "url": "https://github.com/home-assistant/hassio-addons/blob/master/almond",