diff --git a/test/integration_tests/Dockerfile b/test/integration_tests/Dockerfile
index 2692e305ec6fc2ff62325a8fb8a4811cfbc9ad25..f0dbca44cb402d785d1b0c3a28cfa0d9f8ddd82f 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