Skip to content

Commit

Permalink
Merge pull request #288 from onflow/jp/update-certs
Browse files Browse the repository at this point in the history
Update Dockerfile to install ca-certificates
  • Loading branch information
sideninja authored Jun 10, 2024
2 parents a61971c + ee165a7 commit 566d701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FROM debian:latest

WORKDIR /flow-evm-gateway

RUN apt-get update
RUN apt-get update && apt-get install ca-certificates -y

COPY --from=app-builder /app/bin /flow-evm-gateway/app
COPY --from=app-builder /app/previewnet-keys.json /flow-evm-gateway/previewnet-keys.json
Expand Down

0 comments on commit 566d701

Please sign in to comment.