Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 19:18:45 +02:00
committed by GitHub
parent ff75142e39
commit d8430fb3f6

View File

@@ -11,7 +11,8 @@ RUN \
################ ################
# Install apps # # Install apps #
################ ################
apt-get update \ apt-get clean \
&& apt-get update \
&& apt-get install -y \ && apt-get install -y \
jq \ jq \
curl \ curl \
@@ -25,9 +26,6 @@ RUN \
&& mv /tmp/bashio/lib /usr/lib/bashio \ && mv /tmp/bashio/lib /usr/lib/bashio \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /tmp/bashio \ && rm -rf /tmp/bashio \
\
/var/{cache,log}/* \
/var/lib/apt/lists/* \
\ \
################### ###################
# Configure image # # Configure image #