almond: Keep unzip dependency installed (#1241)

This commit is contained in:
Franck Nijhof
2020-04-22 21:31:15 +02:00
committed by GitHub
parent 9426e0c5d1
commit 623a9be2b9
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.0.1
- Keep unzip dependency installed
## 1.0.0
- Update Almond to 1.8.0

View File

@@ -54,7 +54,6 @@ RUN \
gnupg \
python-dev \
software-properties-common \
unzip \
yarn \
&& rm -rf \
/opt/almond/.[!.]* \

View File

@@ -1,6 +1,6 @@
{
"name": "Almond",
"version": "1.0.0",
"version": "1.0.1",
"slug": "almond",
"description": "The home server version of Almond",
"url": "https://github.com/home-assistant/hassio-addons/blob/master/almond",