FROM python:3.7-alpine COPY . /opt/yarrbox/ RUN apk add unzip unrar RUN pip3 install inotify WORKDIR / ENTRYPOINT ["/opt/yarrbox/gangplank.py"]