python libheif

This commit is contained in:
Mateusz Gruszczyński
2025-07-19 23:04:11 +02:00
parent 6dc712f76e
commit f71697b6db
3 changed files with 11 additions and 23 deletions

View File

@@ -1,16 +1,6 @@
# Używamy lekkiego obrazu Pythona
FROM python:3.13-slim
# Zależności systemowe wymagane do pyheif
RUN apt-get update && apt-get install -y \
gcc \
libffi-dev \
libheif-dev \
libde265-dev \
python3-dev \
build-essential \
&& rm -rf /var/lib/apt/lists/*
# Ustawiamy katalog roboczy
WORKDIR /app