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