From be965a638a7cd2c698b3e16ca6cfeb8e26fc3ee0 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sat, 19 Aug 2023 21:35:48 +1200 Subject: [PATCH] Removed incorrect flag for pip --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 487a2d3..920286d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.9-slim ARG DEPOT_VERSION=2.30.0 -RUN pip install -y 'ansible-core<2.17' molecule[docker] +RUN pip install 'ansible-core<2.17' molecule[docker] CMD ["/bin/bash"] \ No newline at end of file