From 132afe6938b6f0168bea54b191d1ed4819c678e8 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sat, 1 Apr 2017 12:19:44 +0100 Subject: [PATCH] add smb client --- 11.0/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile index e801a80e..ff224d6b 100644 --- a/11.0/apache/Dockerfile +++ b/11.0/apache/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \ libpng12-dev \ libpq-dev \ libxml2-dev \ + samba-client \ && rm -rf /var/lib/apt/lists/* # https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html