From ac2ee0a02597f51141ddcce636fb59437dc526fe Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 20 Jul 2020 20:53:32 +0300 Subject: [PATCH] Fixed missing bash --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c4599b3c01..7ae2345b4d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -100,6 +100,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN \ apk update && apk add --no-cache --virtual .deps \ + bash \ make \ automake \ autoconf \