diff --git a/Containerfile b/Containerfile index 6a02118..be7fe8c 100644 --- a/Containerfile +++ b/Containerfile @@ -19,7 +19,7 @@ RUN chmod +x /out/sops FROM python:3.12.2-slim-bullseye AS build-image COPY --from=compile-image /opt/venv /opt/venv RUN apt-get update && \ - apt-get install age ssh -y + apt-get install age ssh git -y COPY . /src COPY --from=dudo /out/sops /usr/bin/sops ENV PATH="/opt/venv/bin:$PATH"