Skip to content

Commit

Permalink
Fix issue with Almond packages (home-assistant#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Feb 17, 2021
1 parent 4804b6e commit e89403e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions almond/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1

- Fix issue with some Almond packages

## 1.1.0

- Restart nginx service on error
Expand Down
4 changes: 2 additions & 2 deletions almond/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion almond/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e89403e

Please sign in to comment.