apk cache clean

This commit is contained in:
Alexandre
2021-10-02 19:59:37 +02:00
committed by GitHub
parent 46f12c16b4
commit 1be11f76bf

View File

@@ -14,7 +14,8 @@ RUN \
&& echo '@testing https://dl-3.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories \
&& echo '@community https://dl-3.alpinelinux.org/alpine/latest-stable/community' >> /etc/apk/repositories \
\
#Install bashio
#Install bashio
&& apk cache clean \
&& apk add --no-cache \
curl jq \
&& curl -J -L -o /tmp/bashio.tar.gz \