ansible-role-mongodb/tests/Dockerfile.ubuntu_16_04-builded
2018-02-22 23:38:52 +07:00

8 lines
159 B
Docker

FROM ubuntu:16.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt install --yes python-minimal && \
rm /lib/systemd/system/getty@.service