Skip to content

Commit

Permalink
Remove python2 in molecule Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
santi-eidu committed Mar 24, 2022
1 parent fdbc7c3 commit 8a599c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 8a599c2

Please sign in to comment.