This commit is contained in:
Alexandre
2021-10-30 18:09:25 +02:00
parent ed40f150c6
commit c10339eba6

View File

@@ -8,7 +8,7 @@ COPY rootfs /
RUN \
apt-get update \
&& apt-get install git \
&& apt-get install -y git \
###################
# Install bashio #
##################