0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-24 20:34:10 +02:00

use rsync for upgrade

This commit is contained in:
Tilo Spannagel 2017-04-17 22:53:39 +02:00
parent 8f2bc6bec7
commit 055f5778e3
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
15 changed files with 92 additions and 7 deletions

View file

@ -1,6 +1,7 @@
FROM php:7.1-fpm
RUN apt-get update && apt-get install -y \
rsync \
bzip2 \
libcurl4-openssl-dev \
libfreetype6-dev \