Merge pull request #46 from home-assistant/build

Add curl in the package install (#45)
This commit is contained in:
Pascal Vizeli
2017-05-11 23:56:23 +02:00
committed by GitHub
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/",