mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-25 20:48:52 +00:00
8 lines
154 B
Docker
8 lines
154 B
Docker
FROM ubuntu-upstart
|
|
|
|
ARG DEBIAN_FRONTEND=noninteractive
|
|
|
|
RUN apt-get update && \
|
|
apt-get install --yes python-minimal python-pip python-dev iproute2
|
|
|