mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 13:51:50 +02:00
Remove modules code
This commit is contained in:
@@ -36,7 +36,7 @@ FROM ${BUILD_FROM}${BUILD_UPSTREAM}
|
||||
COPY rootfs/ /
|
||||
|
||||
# Modules
|
||||
ARG MODULES="00-banner.sh"
|
||||
ARG MODULES="00-banner.sh 00-global_var.sh"
|
||||
|
||||
# Automatic modules download
|
||||
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash); fi && \
|
||||
|
||||
Reference in New Issue
Block a user