diff options
-rw-r--r-- | inventory/host_vars/sk-tomnext-nc.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/inventory/host_vars/sk-tomnext-nc.yml b/inventory/host_vars/sk-tomnext-nc.yml index 88f248f3..222779ab 100644 --- a/inventory/host_vars/sk-tomnext-nc.yml +++ b/inventory/host_vars/sk-tomnext-nc.yml @@ -116,7 +116,7 @@ nextcloud_zfs: nextcloud_instances: team.tomwaitz.eu: # new: true - version: 25.0.6 + version: 26.0.1 port: 8100 hostnames: - team.tomwaitz.eu @@ -134,6 +134,12 @@ nextcloud_instances: && apt-get install -y -q unrar \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* + RUN set -x \ + && apt-get update -q \ + && apt-get install -y -q smbclient libsmbclient-dev \ + && pecl install smbclient \ + && docker-php-ext-enable smbclient \ + && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* collabora_code_base_path: /srv/storage/collabora/code |