From be5ccb391981d37d2bf6a44bab6e31201d93012a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 6 Feb 2021 23:47:47 +0100 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 3df5220a9..95229c04a 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -10,10 +10,10 @@ RUN \ apk add --no-cache \ jq \ curl \ + cifs-utils \ \ - && apt-get -y upgrade cifs-utils \ && curl -J -L -o /tmp/bashio.tar.gz \ - "https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \ + "https://github.com/hassio-addons/bashio/archive/v0.10.1.tar.gz" \ && mkdir /tmp/bashio \ && tar zxvf \ /tmp/bashio.tar.gz \ @@ -23,7 +23,6 @@ RUN \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && rm -fr \ /tmp/* \ - /var/{cache,log}/* \ /var/lib/apt/lists/* \ \ # Allow UID and GID setting