Added libmagic download in Dockerfile

nominatim_fix
Alix JEUDI--LEMOINE 3 weeks ago
parent 7cbdc11cd8
commit 04a4726e2e

@ -4,6 +4,9 @@ FROM python:3.12-slim
# Set workdir
WORKDIR /app
# Install system dependence (libmagic)
RUN apt-get update && apt-get install -y libmagic1
# Copy the file with the requirements
COPY requirements.txt .

Loading…
Cancel
Save