mirror of
https://github.com/idealista/cookiecutter-ansible-role.git
synced 2024-11-19 19:06:12 +01:00
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
|
# 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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user