From 716dffc6731c8ebaad7e468f917d08dbdb196eef Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Tue, 30 Nov 2021 11:44:28 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c454bb7..5304ba9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get -y update \ && apt-get install -y software-properties-common \ && wget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add corretto.key \ && add-apt-repository 'deb https://apt.corretto.aws stable main' \ - && apt-get update \ + && apt-get -y update \ && apt-get install -y java-17-amazon-corretto-jdk ca-certificates-java \ && apt-get clean && rm -rf /var/lib/apt/lists/*\ && update-ca-certificates -f;