Fix issue with Almond packages (#1870)

This commit is contained in:
Pascal Vizeli
2021-02-17 17:21:59 +01:00
committed by GitHub
parent 4804b6e349
commit e89403ef80
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.1.1
- Fix issue with some Almond packages
## 1.1.0
- Restart nginx service on error

View File

@@ -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 \

View File

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