- lol at debian 12 pip
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-12-08 20:50:36 -05:00
parent fa2da0373f
commit 6c3396ddd1

View File

@ -13,8 +13,8 @@ RUN apt update \
&& apt dist-upgrade -y \
&& apt autoremove --purge -y \
&& apt install -y python3-pip git \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt
&& pip install pip --upgrade --break-system-packages \
&& pip install -r /tmp/requirements.txt --break-system-packages
COPY ansible/ansible-check.yml /tmp/ansible-check.yml