# Base container built on python3.8 which contains tsdat

FROM python:3.8

RUN python3.8 -m pip install tsdat
