dd
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 18:51:55 +02:00
parent 100599b5ca
commit e06e110f77

View file

@ -18,7 +18,7 @@ RUN python3 -m pip install --upgrade pip \
&& python3 -m pip install --no-cache-dir -r requirements.txt
RUN wget -q https://git.mgrote.net/mg/homeserver/raw/branch/master/requirements.yaml \
&& ansible-galaxy install -r requirements.yaml
&& ansible-galaxy install -r requirements.yaml --force
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
@ -43,3 +43,7 @@ RUN apt-get update \
jq \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* \
&& apt-get clean
pip install 'pykeepass==4.0.3' --user
ansible-galaxy collection install viczem.keepass