Add tree #15

Merged
chris merged 11 commits from testing into release 2024-12-21 23:38:20 -05:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 8938014ddb - Show all commits

View File

@ -12,7 +12,7 @@ COPY python/requirements.txt /tmp/requirements.txt
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
RUN dnf update -y \
&& dnf install -y python3-pip git systemd nodejs \
&& dnf install -y python3-pip git systemd nodejs tree \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt

View File

@ -12,7 +12,7 @@ COPY python/requirements.txt /tmp/requirements.txt
RUN apt update \
&& apt dist-upgrade -y \
&& apt autoremove --purge -y \
&& apt install -y python3-pip git systemd nodejs \
&& apt install -y python3-pip git systemd nodejs tree \
&& pip install pip --upgrade --break-system-packages \
&& pip install -r /tmp/requirements.txt --break-system-packages

View File

@ -11,7 +11,7 @@ COPY conf/dnf.conf /etc/dnf/dnf.conf
COPY python/requirements.txt /tmp/requirements.txt
# RUN dnf install -y python3-pip git ansible-core python3-ansible-lint
RUN dnf install -y python3-pip python3-devel gcc git systemd nodejs \
RUN dnf install -y python3-pip python3-devel gcc git systemd nodejs tree \
&& pip install pip --upgrade \
&& pip install -r /tmp/requirements.txt