FROM docker.io/alpine
RUN apk add python3
RUN apk add py3-aiohttp
COPY dice.py /home/dice.py
WORKDIR /home
CMD python3 dice.py