mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-26 21:09:49 +00:00
9 lines
191 B
Docker
9 lines
191 B
Docker
FROM ubuntu:16.04
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN apt update && \
|
|
apt install --yes python-minimal python-pip python-dev iproute2 && \
|
|
rm /lib/systemd/system/getty@.service
|
|
|