Add curl in the package install (#45)

* Add curl in the package install

* Updating version to 0.4
This commit is contained in:
Xorso
2017-05-11 15:49:44 -06:00
committed by Pascal Vizeli
parent bb30d2a93a
commit eb2cb5f53d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ ENV VERSION %%VERSION%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq git python
RUN apk add --no-cache jq git python curl
# Copy data
COPY run.sh /

View File

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