Added OCR and OpenAPI tools
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user