mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-26 21:09:49 +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
|
||
|
|