Skip to content

Commit

Permalink
Remove config load in image
Browse files Browse the repository at this point in the history
  • Loading branch information
Incede committed Jan 14, 2025
1 parent 7cc8214 commit 24fec9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 ./
RUN apt-get update -y && apt-get install -y libcurl4-openssl-dev libcjson-dev

0 comments on commit 24fec9e

Please sign in to comment.