Skip to content

Commit 892e357

Browse files
authored
fix: install curl in final image (#62)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 036f0f5 commit 892e357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ COPY --from=cardano-configs /config/ /opt/cardano/config/
3939
COPY bin/ /bin/
4040
RUN apt-get update -y && \
4141
apt-get install -y \
42+
curl \
4243
libffi8 \
4344
libgmp10 \
4445
libncursesw5 \

0 commit comments

Comments
 (0)