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",