mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
Merge pull request #46 from home-assistant/build
Add curl in the package install (#45)
This commit is contained in:
@@ -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 /
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user