Skip to content

Commit

Permalink
resolved #14
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Aug 3, 2023
1 parent aa2a0be commit e5dceb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.2.4
4 changes: 3 additions & 1 deletion mbi-div-b-notebook-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5dceb0

Please sign in to comment.