mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-09 11:44:36 +00:00
8 lines
159 B
Docker
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
|