diff --git a/Containerfile b/Containerfile index 47825be..e3d861b 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 -y + apt-get install age ssh -y COPY . /src COPY --from=dudo /out/sops /usr/bin/sops ENV PATH="/opt/venv/bin:$PATH"