summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cyberark/conjur/tests/unit/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cyberark/conjur/tests/unit/Dockerfile')
-rw-r--r--ansible_collections/cyberark/conjur/tests/unit/Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/ansible_collections/cyberark/conjur/tests/unit/Dockerfile b/ansible_collections/cyberark/conjur/tests/unit/Dockerfile
index 66e584669..677862d96 100644
--- a/ansible_collections/cyberark/conjur/tests/unit/Dockerfile
+++ b/ansible_collections/cyberark/conjur/tests/unit/Dockerfile
@@ -1,5 +1,8 @@
ARG PYTHON_VERSION
-FROM python:${PYTHON_VERSION}
+FROM python:${PYTHON_VERSION}-slim
+
+RUN apt-get update && \
+ apt-get install -y git
ARG ANSIBLE_VERSION
RUN pip install https://github.com/ansible/ansible/archive/${ANSIBLE_VERSION}.tar.gz --disable-pip-version-check