mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Merge pull request #54 from petersendev/heimdalljq
install jq package for heimdall image
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
## 0.1.0
|
||||
## 0.1.1
|
||||
|
||||
- heimdall 2.2.2 (linuxserver/heimdall:2.2.2-ls96)
|
||||
@@ -2,7 +2,9 @@ ARG BUILD_FROM
|
||||
# hadolint ignore=DL3006
|
||||
FROM $BUILD_FROM
|
||||
|
||||
RUN curl -J -L -o /tmp/bashio.tar.gz \
|
||||
RUN apk add --no-cache \
|
||||
jq=1.6-r1 \
|
||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \
|
||||
&& mkdir /tmp/bashio \
|
||||
&& tar zxvf \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "heimdall",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"slug": "heimdall",
|
||||
"legacy": false,
|
||||
"maintenance": {
|
||||
|
||||
Reference in New Issue
Block a user