lmgtfy-bot (latest)
Installation
docker pull git.asdf.cafe/abs3nt/lmgtfy-bot:latest
sha256:731d71abe78da7413451392643175a7e07dba6f21ad526638d59d9aa717fab8d
Image Layers
ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in / |
CMD ["/bin/sh"] |
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python |
RUN python3 -m ensurepip |
RUN pip3 install --no-cache --upgrade pip setuptools discord.py |
RUN mkdir -p /usr/src/bot |
COPY . . |