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

8 lines
155 B
Docker
Raw Normal View History

2018-02-22 17:43:04 +00:00
FROM debian:8
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt install --yes python-minimal && \
rm /lib/systemd/system/getty@.service