From 40335d81364d66063be70aafdcacbb1ad85362d3 Mon Sep 17 00:00:00 2001 From: Yohan9206 Date: Sun, 3 Aug 2025 23:22:12 +0300 Subject: [PATCH] adding bash to the blockscout-builder step --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ada8d161d3..59ca6c7d89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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