Skip to content

Commit bad8d42

Browse files
authored
Update Dockerfile
1 parent d1cdd5d commit bad8d42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.docker/app/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ ARG NEXTCLOUD_VERSION=31-fpm
22

33
FROM nextcloud:${NEXTCLOUD_VERSION}
44

5+
# Instala dependências do ocrmypdf
6+
RUN apt-get update && \
7+
apt-get install -y --no-install-recommends \
8+
ocrmypdf
9+
510
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
611
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
712
&& install-php-extensions \
813
bz2
914

10-
1115
COPY config/php.ini /usr/local/etc/php/conf.d/

0 commit comments

Comments
 (0)