molecule: add missing package

This commit is contained in:
Adrien Waksberg 2022-04-07 13:54:13 +02:00
parent 220c07b744
commit 2715192072
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ ARG ANSIBLE_VERSION=2.8.4
RUN apt update && \
apt dist-upgrade -y && \
apt install -y dbus systemd curl vim sudo apt-utils lsb-release && \
apt install -y gettext-base gpg dbus systemd curl vim sudo apt-utils lsb-release && \
apt-get clean autoclean
RUN systemctl mask -- \

View file

@ -3,7 +3,7 @@ MAINTAINER Adrien Waksberg "docker@yae.im"
RUN apt update && \
apt dist-upgrade -y && \
apt install -y dbus systemd curl vim sudo apt-utils lsb-release && \
apt install -y gettext-base gpg dbus systemd curl vim sudo apt-utils lsb-release && \
apt-get clean autoclean
RUN systemctl mask -- \