Skip to content

Commit

Permalink
#11 Update Dockerfile.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Perez committed May 21, 2024
1 parent 8f6e305 commit 27837c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions molecule/default/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ FROM {{ item.image }}
# install minimal packages for debian slim images
{% if item.image != 'debian:buster-slim' %}
RUN apt-get update && \
apt-get install -y python3 python3-pip sudo bash ca-certificates iproute2 systemd systemd-sysv && \
apt-get install -y python3 python3-pip sudo bash ca-certificates iproute2 systemd systemd-sysv procps && \
apt-get clean
{% else %}
RUN apt-get update && \
apt-get install -y python python-pip sudo bash ca-certificates iproute2 systemd systemd-sysv && \
apt-get install -y python python-pip sudo bash ca-certificates iproute2 systemd systemd-sysv procps && \
apt-get clean
{% endif %}
4 changes: 2 additions & 2 deletions molecule/percona/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ FROM {{ item.image }}
# install minimal packages for debian slim images
{% if item.image != 'debian:buster-slim' %}
RUN apt-get update && \
apt-get install -y python3 python3-pip sudo bash ca-certificates iproute2 systemd systemd-sysv && \
apt-get install -y python3 python3-pip sudo bash ca-certificates iproute2 systemd systemd-sysv procps && \
apt-get clean
{% else %}
RUN apt-get update && \
apt-get install -y python python-pip sudo bash ca-certificates iproute2 systemd systemd-sysv && \
apt-get install -y python python-pip sudo bash ca-certificates iproute2 systemd systemd-sysv procps && \
apt-get clean
{% endif %}

0 comments on commit 27837c0

Please sign in to comment.