spaceapi-server/package/Dockerfile

7 lines
200 B
Docker
Raw Permalink Normal View History

2021-05-30 17:52:25 +02:00
FROM python:3.9-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