docker: Add libmagic and optipng to Dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.8-slim
|
||||
|
||||
RUN apt update && apt install -y git
|
||||
RUN apt update && apt install -y git libmagic1 optipng
|
||||
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user