dfdf
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-11 17:55:38 +02:00
parent 47d8145fb4
commit d5a65d2237
3 changed files with 16 additions and 8 deletions

View file

@ -7,8 +7,9 @@ COPY requirements.txt .
# hadolint ignore=DL3008,DL3028
RUN apt-get update \
&& apt-get -y --no-install-recommends install wget
RUN python3 -m pip install --upgrade pip
&& apt-get -y --no-install-recommends install wget \
&& python3 -m pip install --upgrade pip
RUN 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==3.1.4
markupsafe==2.1.5
jmespath==1.0.1
pylint
pykeepass
Jinja2
markupsafe
jmespath
ansible
docker-compose==1.29.2
docker-compose

7
requirements.txt.old Normal file
View file

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