We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ecb74a commit 28e508aCopy full SHA for 28e508a
nextcloud/Dockerfile
@@ -2,8 +2,8 @@ FROM nextcloud
2
RUN apt-get update && apt-get install -y bash
3
RUN apt install smbclient libsmbclient-dev -y
4
RUN apt install cron -y
5
-RUN apt install libmagickcore-6.q16-6-extra -y
+RUN apt install libmagickcore-7.q16-10-extra -y
6
RUN apt install ffmpeg -y
7
RUN apt install nano -y
8
RUN pecl install smbclient
9
-RUN docker-php-ext-enable smbclient
+RUN docker-php-ext-enable smbclient
0 commit comments