Test
This commit is contained in:
parent
356a1721ea
commit
ccb4cc714a
2 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ COPY requirements.txt .
|
||||||
# hadolint ignore=DL3008,DL3028
|
# hadolint ignore=DL3008,DL3028
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
python3-full \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
wget \
|
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 \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pylint==3.2.5
|
pylint==3.2.5
|
||||||
pykeepass==4.1.0
|
pykeepass==4.1.0
|
||||||
Jinja2==2.11.3
|
Jinja2==3.0.0
|
||||||
markupsafe==2.1.5
|
markupsafe==2.1.5
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
ansible==10.1.0
|
ansible
|
||||||
docker-compose==1.29.2
|
docker-compose==1.29.2
|
||||||
|
|
Loading…
Reference in a new issue