diff --git a/docker/containers/tactical/dockerfile b/docker/containers/tactical/dockerfile index bb56ffce..01be2747 100644 --- a/docker/containers/tactical/dockerfile +++ b/docker/containers/tactical/dockerfile @@ -44,7 +44,7 @@ COPY --from=CREATE_VENV_STAGE ${VIRTUAL_ENV} ${VIRTUAL_ENV} # install deps RUN apt-get update && \ apt-get upgrade -y && \ - apt-get install -y --no-install-recommends git rsync && \ + apt-get install -y --no-install-recommends rsync && \ rm -rf /var/lib/apt/lists/* && \ groupadd -g 1000 "${TACTICAL_USER}" && \ useradd -M -d "${TACTICAL_DIR}" -s /bin/bash -u 1000 -g 1000 "${TACTICAL_USER}"