Skip to content

Commit 28e508a

Browse files
Resolved issue with outdated libmagickcore package name in Nextcloud Dockerfile.
1 parent 1ecb74a commit 28e508a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextcloud/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM nextcloud
22
RUN apt-get update && apt-get install -y bash
33
RUN apt install smbclient libsmbclient-dev -y
44
RUN apt install cron -y
5-
RUN apt install libmagickcore-6.q16-6-extra -y
5+
RUN apt install libmagickcore-7.q16-10-extra -y
66
RUN apt install ffmpeg -y
77
RUN apt install nano -y
88
RUN pecl install smbclient
9-
RUN docker-php-ext-enable smbclient
9+
RUN docker-php-ext-enable smbclient

0 commit comments

Comments
 (0)