mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-11 22:14:15 +00:00
8 lines
166 B
Docker
8 lines
166 B
Docker
FROM debian:8
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN apt update && \
|
|
apt install --yes python-minimal python-pip && \
|
|
rm /lib/systemd/system/getty@.service
|