d
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-25 22:05:01 +02:00
parent 3b58cbd1da
commit dee548e1ea

View file

@ -9,7 +9,7 @@ COPY requirements.yaml .
RUN python3 -m pip install --upgrade pip \
&& python3 -m pip install --no-cache-dir -r requirements.txt
RUN ansible-galaxy install -r requirements.yaml
RUN ansible-galaxy install -r requirements.yaml --roles-path=/homeserver/roles
RUN apt-get update \
&& apt-get -y --no-install-recommends install \