Skip to content

Commit

Permalink
Load config
Browse files Browse the repository at this point in the history
  • Loading branch information
Incede committed Jan 12, 2025
1 parent 95725c7 commit b8ff90b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM eclipse-temurin:21

RUN apt-get update -y && apt-get install -y libcurl4-openssl-dev libcjson-dev
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 ./

0 comments on commit b8ff90b

Please sign in to comment.