mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 10:45:52 +01:00
Fix issue with Almond packages (#1870)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.1
|
||||
|
||||
- Fix issue with some Almond packages
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- Restart nginx service on error
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user