2018-07-07 15:11:27 +02:00
|
|
|
|
|
|
|
FROM debian:buster
|
|
|
|
|
|
|
|
RUN apt-get update -qy
|
2018-07-10 21:01:33 +02:00
|
|
|
RUN apt-get install -y --no-install-recommends git docker.io python3-dev python3-pip python3-coverage python3-setuptools build-essential
|
2018-07-07 15:11:27 +02:00
|
|
|
RUN pip3 install wheel pycodestyle mypy
|