From baea3d40869f8bc7698d3f0abf76ecc233ae32a8 Mon Sep 17 00:00:00 2001 From: Eddy Vervest <57325478+twekkel@users.noreply.github.com> Date: Mon, 30 May 2022 19:18:35 +0200 Subject: [PATCH] Update Dockerfile missed this one --- webmails/roundcube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index c0c85365..edd7ad41 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -13,7 +13,7 @@ ENV TZ Etc/UTC LABEL version=$VERSION RUN set -eu \ - && apt update \ + && apt-get update \ && echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \ && apt-get install -y --no-install-recommends \ python3 curl python3-pip git python3-multidict \