mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 04:19:13 +02:00
Added repositories for alpine
This commit is contained in:
@@ -9,7 +9,11 @@ ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"
|
|||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Add bashio
|
# Add bashio
|
||||||
RUN apk add --no-cache \
|
RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/repositories \
|
||||||
|
&& echo '@testing https://dl-3.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
|
||||||
|
&& echo '@community https://dl-3.alpinelinux.org/alpine/latest-stable/community' \
|
||||||
|
\
|
||||||
|
&& apk add --no-cache \
|
||||||
curl jq \
|
curl jq \
|
||||||
&& curl -J -L -o /tmp/bashio.tar.gz \
|
&& curl -J -L -o /tmp/bashio.tar.gz \
|
||||||
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \
|
"https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \
|
||||||
|
|||||||
Reference in New Issue
Block a user