Remove python2 in molecule Dockerfile

This commit is contained in:
santi-eidu 2022-03-24 18:20:09 +01:00
parent fdbc7c3908
commit 8a599c249f

View File

@ -8,5 +8,5 @@ FROM {{ item.image }}
# install minimal packages for debian slim images # install minimal packages for debian slim images
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python sudo bash ca-certificates iproute2 systemd systemd-sysv python3-pip && \ apt-get install -y python3 sudo bash ca-certificates iproute2 systemd systemd-sysv python3-pip && \
apt-get clean{% endraw %} apt-get clean{% endraw %}