mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-20 18:19:50 +00:00
Update dockerfile
This commit is contained in:
parent
f4a474b85e
commit
789c2b50dd
@ -3,7 +3,7 @@ FROM ubuntu:18.04
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && \
|
||||
apt install --yes python-minimal systemd gnupg
|
||||
apt install --yes python-minimal systemd gnupg iproute2
|
||||
|
||||
RUN cd /lib/systemd/system/sysinit.target.wants/ && \
|
||||
ls | grep -v systemd-tmpfiles-setup.service | xargs rm -f && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user