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

Run update.sh

This commit is contained in:
Tilo Spannagel 2018-03-15 17:41:36 +01:00
parent f4cb78945e
commit 07e61395c6
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
21 changed files with 225 additions and 213 deletions

View file

@ -4,8 +4,6 @@ FROM php:7.1-fpm-alpine
RUN set -ex; \
\
apk add --no-cache \
bash \
coreutils \
rsync \
; \
\