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