From c95e599d0a568eeecd702a2b6ef1856ba33502fc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Feb 2021 11:46:04 +0100 Subject: [PATCH] Update Dockerfile --- piwigo/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index e9a1c9997..e0a509ceb 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -23,7 +23,6 @@ RUN \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && rm -fr \ /tmp/* \ - /var/lib/apt/lists/* \ \ # Allow UID and GID setting && sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \