diff --git a/Dockerfile b/Dockerfile index 41a4adacd4..c58f9ffec0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM python:3.11-alpine as base RUN apk update && apk add git \ - # cairosvg dependencies - cairo-dev cairo cairo-tools \ # pillow dependencies jpeg-dev zlib-dev @@ -24,4 +22,4 @@ CMD ["python", "bot.py"] RUN adduser --disabled-password --gecos '' app && \ chown -R app /modmail -USER app \ No newline at end of file +USER app