Remove python2 in molecule Dockerfile
This commit is contained in:
parent
fdbc7c3908
commit
8a599c249f
@ -8,5 +8,5 @@ FROM {{ item.image }}
|
||||
|
||||
# install minimal packages for debian slim images
|
||||
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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user