Skip to content

Commit

Permalink
[docker] Add bash to docker image (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelconunaemme authored Mar 21, 2024
1 parent c4a5823 commit 027b6ca
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 @@ -15,7 +15,7 @@ FROM ${RUNNER_IMAGE}

COPY --from=build-env /go/src/github.com/sagaxyz/sagacli/build/sscd /usr/bin/sscd

RUN apk add gcompat
RUN apk add gcompat bash

EXPOSE 26656
EXPOSE 26660
Expand Down

0 comments on commit 027b6ca

Please sign in to comment.