From ec52f60055fa65d1a04015f70336a708bbcc82db Mon Sep 17 00:00:00 2001 From: jindjeetcheema <125398368+jindjeetcheema@users.noreply.github.com> Date: Fri, 14 Feb 2025 16:16:39 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19780d1..16c99f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG GIT_COMMIT_MESSAGE=unspecified ARG GIT_VERSION_HASH=unspecified # Install updates and docker -RUN apt-get -yq update && apt-get -yq install \ +RUN apt-get update -yq && apt-get upgrade -yq && apt-get -yq install \ curl \ gnupg \ && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \