spaceapi-server/package/Dockerfile

7 lines
200 B
Docker
Raw Normal View History

FROM python:3.8-buster as python
RUN apt update \
2020-06-20 03:52:47 +02:00
&& apt install -y --no-install-recommends lintian rsync sudo docker.io \
&& pip3 install pycodestyle coverage \
&& rm -rf /var/cache/apt