re-add jonbot and do some linting
This commit is contained in:
30
jonbot/Dockerfile
Normal file
30
jonbot/Dockerfile
Normal file
@@ -0,0 +1,30 @@
|
||||
FROM python:alpine
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache \
|
||||
iputils \
|
||||
bind-tools \
|
||||
nmap \
|
||||
gcc \
|
||||
musl-dev \
|
||||
jpeg-dev \
|
||||
zlib-dev \
|
||||
freetype-dev \
|
||||
lcms2-dev \
|
||||
openjpeg-dev \
|
||||
tiff-dev \
|
||||
tk-dev \
|
||||
tcl-dev
|
||||
|
||||
RUN pip3 install --no-cache-dir \
|
||||
config \
|
||||
discord \
|
||||
openai \
|
||||
aiohttp \
|
||||
requests \
|
||||
wikipedia \
|
||||
pillow \
|
||||
qrcode
|
||||
|
||||
CMD [ "python", "jonbot.py" ]
|
||||
Reference in New Issue
Block a user