Moved to forked avataaar-library

This commit is contained in:
Mawoka
2022-07-06 10:58:48 +02:00
parent 8983281ef6
commit f50f2cf036
4 changed files with 35 additions and 80 deletions
-3
View File
@@ -1,7 +1,4 @@
FROM python:3.10-slim
RUN apt update && \
apt install libcairo2 -y && \
rm -rf /var/lib/apt/lists/*
COPY Pipfile* /app/
WORKDIR /app/