update nextcloud to v13

adjust the ddagent_source script to not block on starting or installing integration
This commit is contained in:
2018-02-25 15:41:47 -05:00
parent 5fae85734b
commit d778f68993
5 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM nextcloud:latest
FROM nextcloud:13
RUN apt-get update && apt-get install -y smbclient && rm -rf /var/lib/apt/lists/*