FROM python:3.9

RUN pip install bcts-telliotfeeds==1.0.3

CMD echo "telliot image build"
