From 51713122fcdd2b8dbbe014f7d48e8fd1ea5cf976 Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 19 Apr 2023 22:10:04 +0000 Subject: [PATCH] one more attempt --- docker/images/ez/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/ez/Dockerfile b/docker/images/ez/Dockerfile index e0d6818..7c71b23 100644 --- a/docker/images/ez/Dockerfile +++ b/docker/images/ez/Dockerfile @@ -34,7 +34,7 @@ RUN if [ "${timezone}" != "none" ]; then echo "${timezone}" > /etc/timezone && d # Update the preinstalled packages # ----------------------------------------------------------------------------- -RUN if [ "${do_update_os}" != "false" ]; then apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y; fi +RUN if [ "${do_update_os}" != "false" ]; then apt-get update && DEBIAN_FRONTEND=noninteractive apt-get upgrade -y --force-yes; fi # Copy all the required shell scripts COPY root/build/*.sh /root/build/