spaceapi-server/package/Dockerfile

6 lines
190 B
Docker

FROM python:3.8-buster as python
RUN apt update \
&& apt install -y --no-install-recommends lintian rsync sudo \
&& pip3 install pycodestyle coverage \
&& rm -rf /var/cache/apt