From f0814d148b8eaf2618178585723aba1edcf9788c Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 2 Sep 2022 07:49:46 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 236e092..142994d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENV VERSION=${version} \ #Corretto download page: https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html ARG CORRETTO_URL_PERM=https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-jdk.rpm ARG CORRETTO_RPM=amazon-corretto-11-x64-linux-jdk.rpm -COPY container_files/corretto-signing-key.pub . +COPY containerfiles/corretto-signing-key.pub . RUN curl -O -L $CORRETTO_URL_PERM \ && rpm --import corretto-signing-key.pub \ && rpm -K $CORRETTO_RPM \