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

8 lines
159 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 && \
apt install --yes python-minimal && \
rm /lib/systemd/system/getty@.service