Install reqs to the final container
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Nikolai Rodionov 2024-04-02 14:12:22 +02:00
parent 7ec984839c
commit 4663e2a856
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 1 additions and 1 deletions

View File

@ -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"