molecule: add missing package
This commit is contained in:
parent
220c07b744
commit
2715192072
2 changed files with 2 additions and 2 deletions
|
@ -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 -- \
|
||||
|
|
|
@ -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 -- \
|
||||
|
|
Loading…
Reference in a new issue