mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
adding bash to the blockscout-builder step
This commit is contained in:
parent
b1a2ac0e7e
commit
40335d8136
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ ARG BUILDNUM=""
|
|||
# Additional stage for Blockscout dependencies
|
||||
FROM hexpm/elixir:1.17.0-erlang-27.0-alpine-3.19.1 as blockscout-builder
|
||||
|
||||
RUN apk add --no-cache build-base git curl postgresql-dev inotify-tools npm gcompat
|
||||
RUN apk add --no-cache build-base git curl postgresql-dev inotify-tools npm gcompat bash
|
||||
|
||||
# Clone Blockscout source
|
||||
RUN git clone https://github.com/blockscout/blockscout.git /blockscout
|
||||
|
|
|
|||
Loading…
Reference in a new issue