Browse Source

nextcloud: Fix external php repo changing the key

multi_domain
ßingen 6 years ago
parent
commit
1a6f495e78
2 changed files with 6 additions and 2 deletions
  1. +3
    -1
      images/nextcloud/Dockerfile
  2. +3
    -1
      images/nextcloud/Dockerfile.template

+ 3
- 1
images/nextcloud/Dockerfile View File

@@ -6,7 +6,9 @@ ARG NEXTCLOUD_VERSION
ARG NEXTCLOUD_DATA_PATH
ARG NEXTCLOUD_BACKUP_PATH

RUN apt-get update && \
RUN \
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
apt-get update && \
apt-get install -y wget bzip2 vim rsync mariadb-client cron sudo php-imagick && \
apt-get clean


+ 3
- 1
images/nextcloud/Dockerfile.template View File

@@ -6,7 +6,9 @@ ARG NEXTCLOUD_VERSION
ARG NEXTCLOUD_DATA_PATH
ARG NEXTCLOUD_BACKUP_PATH

RUN apt-get update && \
RUN \
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && \
apt-get update && \
apt-get install -y wget bzip2 vim rsync mariadb-client cron sudo php-imagick && \
apt-get clean


Loading…
Cancel
Save