From 24fec9e462c18d6dd2fde640fd4bea987ec36f0c Mon Sep 17 00:00:00 2001 From: Incede <33103370+Incede@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:51:48 +0100 Subject: [PATCH] Remove config load in image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f937ab57..ec474205 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,3 @@ FROM eclipse-temurin:21 -RUN apt-get update -y && apt-get install -y libcurl4-openssl-dev libcjson-dev unzip && curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install -RUN aws s3 COPY s3://lisk-envs/dshackle.yaml ./ \ No newline at end of file +RUN apt-get update -y && apt-get install -y libcurl4-openssl-dev libcjson-dev