File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ ENV {{ var }} {{ value }}
1717RUN if [ $(command -v apt-get) ]; then export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y python3 sudo bash ca-certificates iproute2 python3-apt python3-psutil aptitude rsync && apt-get clean && rm -rf /var/lib/apt/lists/*; \
1818 elif [ $(command -v dnf) ]; then dnf makecache && dnf --assumeyes install /usr/bin/python3 /usr/bin/python3-config /usr/bin/dnf-3 sudo bash iproute python3-psutil rsync && dnf clean all; \
1919 elif [ $(command -v yum) ]; then yum makecache fast && yum install -y /usr/bin/python /usr/bin/python2-config sudo yum-plugin-ovl bash iproute python-psutil rsync && sed -i 's/plugins=0/plugins=1/g' /etc/yum.conf && yum clean all; \
20- elif [ $(command -v zypper) ]; then zypper refresh && zypper install -y python3 python3 -psutil sudo bash iproute2 rsync && zypper clean -a; \
20+ elif [ $(command -v zypper) ]; then zypper refresh && zypper install -y python311 python311 -psutil sudo bash iproute2 rsync && zypper clean -a; \
2121 elif [ $(command -v apk) ]; then apk update && apk add --no-cache python3 sudo bash ca-certificates rsync; \
2222 elif [ $(command -v xbps-install) ]; then xbps-install -Syu && xbps-install -y python3 sudo bash ca-certificates iproute2 rsync && xbps-remove -O; fi
Original file line number Diff line number Diff line change 1- ansible == 9.13 .0
1+ ansible == 10.7 .0
22jinja2 == 3.1.6
33molecule-plugins [docker ]== 23.7.0
You can’t perform that action at this time.
0 commit comments