Bugfix let's encrypt (#233)

* Update Dockerfile

* Update config.json

* Update CHANGELOG.md

* Update config.json
This commit is contained in:
Pascal Vizeli
2018-01-17 10:07:01 +01:00
committed by GitHub
parent 7dbc3ce79c
commit dfda13c24d
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 2.2
- Bugfix not exists jq
## 2.1
- Bugfix wrong python package (py2-future)

View File

@@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache certbot py2-future
RUN apk add --no-cache jq certbot py2-future
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Let's Encrypt",
"version": "2.1",
"version": "2.2",
"slug": "letsencrypt",
"description": "Manage certificate from Let's Encrypt",
"url": "https://home-assistant.io/addons/lets_encrypt/",