mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
update
This commit is contained in:
@@ -7,16 +7,16 @@ ARG BUILD_ARCH
|
||||
ENV LANG='C.UTF-8'\
|
||||
TERM='xterm-256color'\
|
||||
GOPATH='/opt/go'
|
||||
ENV PACKAGES="curl \
|
||||
jq \
|
||||
bash \
|
||||
xz build-base libressl-dev ca-certificates npm"
|
||||
|
||||
RUN \
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
apk add --no-cache \
|
||||
curl \
|
||||
jq \
|
||||
bash \
|
||||
xz build-base libressl-dev ca-certificates npm \
|
||||
apk add --no-cache ${PACKAGES} \
|
||||
\
|
||||
##################
|
||||
# Install bashio #
|
||||
|
||||
Reference in New Issue
Block a user