FROM python:3.9
RUN mkdir -p ~/.taccjm
RUN apt-get update && apt-get install -y libusb-1.0-0 libusb-1.0-0-dev && pip install taccjm
