From 66df959d51332d536cfb9e2632035a4917100701 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 19 Jun 2024 12:09:49 +0000 Subject: [PATCH] Changes required for laconicd testnet stack (#29) Part of [Create a public laconicd testnet](https://www.notion.so/Create-a-public-laconicd-testnet-896a11bdd8094eff8f1b49c0be0ca3b8) Reviewed-on: https://git.vdb.to/cerc-io/laconic2d/pulls/29 Co-authored-by: Prathamesh Musale Co-committed-by: Prathamesh Musale --- 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