From 84c21e0ab74c7ec84d5a74280f38ed52bd245682 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 17 Jun 2024 18:38:10 +0530 Subject: [PATCH] Add bash to laconicd image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e4f7e13..5d6278bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN make build FROM alpine:3.17.0 # Install ca-certificates -RUN apk add --update ca-certificates jq curl +RUN apk add --update ca-certificates jq curl bash # Copy over binaries from the build-env COPY --from=build-env /go/src/git.vdb.to/cerc-io/laconicd/build/laconicd /usr/bin/laconicd