mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
New PACKAGES logic
This commit is contained in:
@@ -2,11 +2,11 @@ ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
FROM ${BUILD_FROM}
|
||||
ENV BASHIO_VERSION=0.14.3
|
||||
ENV PACKAGES="jq"
|
||||
|
||||
# Install bashio
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
&& apt-get install -y --no-install-recommends ${PACKAGES} \
|
||||
##################
|
||||
# Install bashio #
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user