From 5a43fed0e4a138bb974e4f94c2800713a8ad052f Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Thu, 17 Sep 2020 16:40:12 +0000 Subject: [PATCH] Update Dockerfile --- test/integration_tests/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration_tests/Dockerfile b/test/integration_tests/Dockerfile index 2692e30..f0dbca4 100644 --- a/test/integration_tests/Dockerfile +++ b/test/integration_tests/Dockerfile @@ -9,6 +9,7 @@ RUN apk --no-cache add \ python3-dev \ libc-dev \ openssl-dev \ + bash \ gcc RUN pip3 install --no-cache-dir -r requirements.txt -- GitLab