From acad3cc9348aa175c8622c9b4300392471e71086 Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Mon, 21 May 2018 10:29:15 -0700 Subject: Install bash in alpine distribtest image --- tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile b/tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile index 0fc3c31281..24e3a4b2eb 100644 --- a/tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile +++ b/tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile @@ -19,3 +19,9 @@ RUN apk add --update build-base python python-dev py-pip RUN pip install --upgrade pip RUN pip install virtualenv + +# bash is required for our test script invocation +# ideally, we want to fix the invocation mechanism +# so we can remove this, but it has to be here for +# now: +RUN apk add --update bash -- cgit v1.2.3