- lol at debian 12 pip
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fa2da0373f
commit
6c3396ddd1
@ -13,8 +13,8 @@ RUN apt update \
|
|||||||
&& apt dist-upgrade -y \
|
&& apt dist-upgrade -y \
|
||||||
&& apt autoremove --purge -y \
|
&& apt autoremove --purge -y \
|
||||||
&& apt install -y python3-pip git \
|
&& apt install -y python3-pip git \
|
||||||
&& pip install pip --upgrade \
|
&& pip install pip --upgrade --break-system-packages \
|
||||||
&& pip install -r /tmp/requirements.txt
|
&& pip install -r /tmp/requirements.txt --break-system-packages
|
||||||
|
|
||||||
COPY ansible/ansible-check.yml /tmp/ansible-check.yml
|
COPY ansible/ansible-check.yml /tmp/ansible-check.yml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user