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

8 lines
168 B
Docker
Raw Normal View History

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