Skip to content

Commit

Permalink
fix: install curl in final image (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Aug 27, 2024
1 parent 036f0f5 commit 892e357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ COPY --from=cardano-configs /config/ /opt/cardano/config/
COPY bin/ /bin/
RUN apt-get update -y && \
apt-get install -y \
curl \
libffi8 \
libgmp10 \
libncursesw5 \
Expand Down

0 comments on commit 892e357

Please sign in to comment.