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 \