mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-19 06:04:21 +01:00
Bugfix check config (#399)
* Bugfix check config * Update config.json * Create CHANGELOG.md
This commit is contained in:
4
check_config/CHANGELOG.md
Normal file
4
check_config/CHANGELOG.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 0.9
|
||||||
|
- Fix build errors with 0.76
|
||||||
@@ -2,7 +2,9 @@ ARG BUILD_FROM
|
|||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
RUN apk add --no-cache jq gcc libffi-dev libressl-dev \
|
RUN apk add --no-cache \
|
||||||
|
jq gcc \
|
||||||
|
libffi-dev libressl-dev musl-dev \
|
||||||
&& pip3 install --no-cache --upgrade pip
|
&& pip3 install --no-cache --upgrade pip
|
||||||
|
|
||||||
# Copy data
|
# Copy data
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Check Home Assistant configuration",
|
"name": "Check Home Assistant configuration",
|
||||||
"version": "0.8",
|
"version": "0.9",
|
||||||
"slug": "check_config",
|
"slug": "check_config",
|
||||||
"description": "Check current Home Assistant configuration against a new version",
|
"description": "Check current Home Assistant configuration against a new version",
|
||||||
"url": "https://home-assistant.io/addons/check_config/",
|
"url": "https://home-assistant.io/addons/check_config/",
|
||||||
|
|||||||
Reference in New Issue
Block a user