Added OCR and OpenAPI tools

This commit is contained in:
2025-06-09 16:27:14 +02:00
parent 20fca31ced
commit 67197c5c48
12 changed files with 402 additions and 2 deletions

View File

@ -54,6 +54,8 @@ RUN apk update && apk add --no-cache \
openssl \
linux-headers \
supervisor \
tesseract-ocr \
ffmpeg \
&& rm -rf /tmp/* /var/cache/apk/*
RUN docker-php-ext-configure zip && docker-php-ext-install zip