From e5dceb00dbbb13532d66b03686a71bce6f3f578e Mon Sep 17 00:00:00 2001 From: lrlunin Date: Thu, 3 Aug 2023 20:52:29 +0200 Subject: [PATCH] resolved #14 --- VERSION | 2 +- mbi-div-b-notebook-base/Dockerfile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7179039..abd4105 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 +0.2.4 diff --git a/mbi-div-b-notebook-base/Dockerfile b/mbi-div-b-notebook-base/Dockerfile index 052e263..d204c60 100644 --- a/mbi-div-b-notebook-base/Dockerfile +++ b/mbi-div-b-notebook-base/Dockerfile @@ -34,7 +34,9 @@ RUN apt-get update --yes && \ octave \ gnuplot \ # for cifs mount inside of the image - cifs-utils && \ + cifs-utils \ + # for nfs mount insde of the image + nfs-common && \ apt-get clean && rm -rf /var/lib/apt/lists/* RUN chmod +x /tmp/scripts/install-mbistyles-fonts.sh && /tmp/scripts/install-mbistyles-fonts.sh