ff
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Michael Grote 2024-07-15 19:11:25 +02:00
parent bad0a57ad8
commit 29eed6a063

View file

@ -7,9 +7,9 @@ COPY requirements.txt .
COPY requirements.yaml . COPY requirements.yaml .
RUN python3 -m pip install --upgrade pip \ RUN python3 -m pip install --upgrade pip \
&& python3 -m pip install --no-cache-dir -r requirements.txt && python3 -m pip install --no-cache-dir -r requirements.txt --root-user-action
RUN ansible-galaxy install -r requirements.yaml --force --root-user-action RUN ansible-galaxy install -r requirements.yaml --force
RUN apt-get update \ RUN apt-get update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \