mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-19 15:21:50 +02:00
Update Dockerfile
This commit is contained in:
@@ -61,6 +61,17 @@ ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 00-local_mounts.s
|
|||||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
|
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"
|
||||||
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh
|
||||||
|
|
||||||
|
RUN apt-get update \
|
||||||
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
dos2unix \
|
||||||
|
curl \
|
||||||
|
vim \
|
||||||
|
ca-certificates\
|
||||||
|
yamllint \
|
||||||
|
python3-pip \
|
||||||
|
&& ln -s /usr/bin/pip3 /usr/local/bin/pip \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Manual apps
|
# Manual apps
|
||||||
ENV PACKAGES="sudo yamllint pip jq"
|
ENV PACKAGES="sudo yamllint pip jq"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user