Merge pull request #54 from petersendev/heimdalljq

install jq package for heimdall image
This commit is contained in:
Arne Petersen
2020-08-15 15:31:47 +02:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
## 0.1.0
## 0.1.1
- heimdall 2.2.2 (linuxserver/heimdall:2.2.2-ls96)

View File

@@ -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 \

View File

@@ -1,6 +1,6 @@
{
"name": "heimdall",
"version": "0.1.0",
"version": "0.1.1",
"slug": "heimdall",
"legacy": false,
"maintenance": {