FROM choozmodocker/alpine-basic:latest
RUN pip3 install userAgentRandomizer
ENTRYPOINT ["python3", "/app/local_1777.py"]