From 72159cb94d960e273901073208ee663bfbd472c9 Mon Sep 17 00:00:00 2001 From: sadnub Date: Fri, 21 Jan 2022 23:58:39 -0500 Subject: [PATCH] fix docker entrypoint when copying community scripts --- docker/containers/tactical/dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/containers/tactical/dockerfile b/docker/containers/tactical/dockerfile index 6c7e872c..6ff239c0 100644 --- a/docker/containers/tactical/dockerfile +++ b/docker/containers/tactical/dockerfile @@ -25,7 +25,7 @@ FROM python:3.9.9-slim AS GET_SCRIPTS_STAGE RUN apt-get update && \ apt-get install -y --no-install-recommends git && \ - git clone https://github.com/amidaware/community-scripts.git / + git clone https://github.com/amidaware/community-scripts.git /community-scripts # runtime image FROM python:3.9.9-slim