From dec978171e0b8a080851ffdd4f232cbc373e1c4b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 19 Feb 2022 10:01:24 +0100 Subject: [PATCH] Update Dockerfile --- webtop_kde/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 852782a07..002b61257 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -37,7 +37,7 @@ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \ && sed -i 's|startwm |startwm.sh |g' /etc/cont-init.d/30-config \ \ # Update distribution - ## hadolint ignore=DL3017 + # hadolint ignore=DL3017 && apk upgrade --no-cache ##################