ansible-role-mongodb/tests/Dockerfile.ubuntu_16_04-bui...

8 lines
168 B
Docker
Raw Normal View History

2018-02-22 16:38:52 +00:00
FROM ubuntu:16.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && \
2018-02-22 18:07:59 +00:00
apt install --yes python-minimal iproute2 && \
2018-02-22 16:38:52 +00:00
rm /lib/systemd/system/getty@.service