mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-19 05:48:05 +02:00
Compare commits
3 commits
f14853fa49
...
6b2355cddc
Author | SHA1 | Date | |
---|---|---|---|
|
6b2355cddc | ||
|
c351ce76ab | ||
|
a90b2f580e |
9 changed files with 9 additions and 1 deletions
|
@ -9,6 +9,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
ffmpeg \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
|
|
|
@ -8,6 +8,7 @@ ENV IMAGICK_COMMIT_HASH d7d3c24af1b4f599897408f1714600b69a56473b
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
ffmpeg \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
imagemagick-pdf \
|
imagemagick-pdf \
|
||||||
imagemagick-jpeg \
|
imagemagick-jpeg \
|
||||||
|
|
|
@ -9,6 +9,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
ffmpeg \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
|
|
|
@ -9,6 +9,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
ffmpeg \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
|
|
|
@ -8,6 +8,7 @@ ENV IMAGICK_COMMIT_HASH d7d3c24af1b4f599897408f1714600b69a56473b
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
ffmpeg \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
imagemagick-pdf \
|
imagemagick-pdf \
|
||||||
imagemagick-jpeg \
|
imagemagick-jpeg \
|
||||||
|
|
|
@ -9,6 +9,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
ffmpeg \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
|
|
|
@ -7,6 +7,7 @@ ENV IMAGICK_COMMIT_HASH d7d3c24af1b4f599897408f1714600b69a56473b
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
\
|
\
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
ffmpeg \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
imagemagick-pdf \
|
imagemagick-pdf \
|
||||||
imagemagick-jpeg \
|
imagemagick-jpeg \
|
||||||
|
|
|
@ -8,6 +8,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
ffmpeg \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
|
|
|
@ -157,7 +157,7 @@ See:
|
||||||
|
|
||||||
To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) (aka. `occ` command):
|
To use the [Nextcloud command-line interface](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html) (aka. `occ` command):
|
||||||
```console
|
```console
|
||||||
$ docker exec --user www-data CONTAINER_ID php occ
|
$ docker exec -it --user www-data CONTAINER_ID php occ
|
||||||
```
|
```
|
||||||
or for docker compose:
|
or for docker compose:
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue