Test
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-09 23:02:46 +02:00
parent 356a1721ea
commit ccb4cc714a
2 changed files with 4 additions and 4 deletions

View file

@ -8,10 +8,10 @@ COPY requirements.txt .
# hadolint ignore=DL3008,DL3028
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
python3-full \
python3 \
python3-pip \
wget \
&& pip install --no-cache-dir --break-system-packages -r requirements.txt \
&& python3 -m pip install --no-cache-dir -r requirements.txt \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*

View file

@ -1,7 +1,7 @@
pylint==3.2.5
pykeepass==4.1.0
Jinja2==2.11.3
Jinja2==3.0.0
markupsafe==2.1.5
jmespath==1.0.1
ansible==10.1.0
ansible
docker-compose==1.29.2