icalendar-timeseries-server/Dockerfile

8 lines
250 B
Docker

FROM python:3.7-stretch
RUN useradd -d /home/its -m its \
&& apt-get update -qy \
&& apt-get install -y --no-install-recommends sudo build-essential lintian rsync \
&& python3.7 -m pip install coverage wheel pycodestyle mypy
WORKDIR /home/its