dfdf
This commit is contained in:
parent
47d8145fb4
commit
d5a65d2237
3 changed files with 16 additions and 8 deletions
|
@ -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/*
|
||||
|
|
|
@ -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
7
requirements.txt.old
Normal 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
|
Loading…
Reference in a new issue