Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 19:24:37 +02:00
committed by GitHub
parent a1c046b525
commit 0a7ae791af

View File

@@ -7,15 +7,15 @@ COPY rootfs /
ARG BASHIO_VERSION=0.13.1
RUN \
#RUN \
################
# Install apps #
################
apt-get clean \
&& apt-get update \
&& apt-get install -y \
jq \
curl
# apt-get clean \
# && apt-get update \
# && apt-get install -y \
# jq \
# curl
RUN \
##################