Add tzdata and fix timezone (#80)

This commit is contained in:
Pascal Vizeli
2017-05-23 00:22:53 +02:00
committed by GitHub
parent 2feba66bb7
commit 8b63ae790d
14 changed files with 14 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq python3 \
RUN apk add --no-cache tzdata jq python3 \
&& pip3 install --no-cache --upgrade pip
# Copy data

View File

@@ -1,6 +1,6 @@
{
"name": "Check HomeAssistant config",
"version": "0.3",
"version": "0.4",
"slug": "check_config",
"description": "Check HomeAssistant config with a new version",
"url": "https://home-assistant.io/addons/check_config/",

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq curl
RUN apk add --no-cache tzdata jq curl
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Duck DNS",
"version": "0.4",
"version": "0.5",
"slug": "duckdns",
"description": "Free dynamic DNS hosted on Amazon VPC",
"url": "https://home-assistant.io/addons/duckdns/",

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq certbot
RUN apk add --no-cache tzdata jq certbot
# Copy data
COPY run.sh /

View File

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

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq mosquitto
RUN apk add --no-cache tzdata jq mosquitto
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Mosquitto broker",
"version": "0.6",
"version": "0.7",
"slug": "mosquitto",
"description": "An Open Source MQTT broker",
"url": "https://home-assistant.io/addons/mosquitto/",

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq nginx libressl
RUN apk add --no-cache tzdata jq nginx libressl
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Nginx HomeAssistant SSL proxy",
"version": "0.2",
"version": "0.3",
"slug": "nginx_proxy",
"description": "Use nginx as SSL proxy to HomeAssistant instance",
"url": "https://home-assistant.io/addons/nginx_proxy/",

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq samba-server samba-common-tools
RUN apk add --no-cache tzdata jq samba-server samba-common-tools
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "Samba share",
"version": "0.6",
"version": "0.7",
"slug": "samba",
"description": "Expose HassIO folders with Samba",
"url": "https://home-assistant.io/addons/samba/",

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq openssh vim
RUN apk add --no-cache tzdata jq openssh vim
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "SSH server",
"version": "0.6",
"version": "0.7",
"slug": "ssh",
"description": "Connect to your server over SSH",
"url": "https://home-assistant.io/addons/ssh/",