From 883e107e415920005ea2b10067e67ea8c845c35c Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:29:19 -0500 Subject: [PATCH] removing git install --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ca0124..54cfe11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,5 @@ ENTRYPOINT ["python", "-m"] COPY . . # Install all the plugins -RUN apk add --no-cache git RUN pip install brewtils RUN find . -maxdepth 1 -type d ! -name ".*" -not -name "autobrew" -not -name "echo-http-server" | xargs pip install --no-cache-dir