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

This commit is contained in:
Nikolai Rodionov 2024-04-02 13:58:33 +02:00
parent 76b4d96da5
commit 7ec984839c
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ RUN apt-get update && \
COPY . /src
COPY --from=dudo /out/sops /usr/bin/sops
ENV PATH="/opt/venv/bin:$PATH"
RUN ansible-galaxy install -r /src/requirements.yml --force
CMD ['ansible']