diff --git a/README.md b/README.md
index fe9fdc47b32f44d4b54f220398cafe7831bcf625..94dbe65febe683a6a25c49762bc749eb665aff81 100644
--- a/README.md
+++ b/README.md
@@ -33,9 +33,7 @@ singularity pull shub://mkandes/naked-singularity:ubuntu-18.04
    
 ## Status
 
-The naked-singularity project is currently undergoing a major 
-restructuring of the repository. Significant changes over the next few 
-weeks should be expected.
+A work in progress. 
 
 ## Contribute
 
@@ -53,8 +51,8 @@ University of California, San Diego
 
 ## Version
 
-1.2.3
+1.2.4
 
 ## Last Updated
 
-Thursday, December 31st, 2020
+Tuesday, January 12th, 2021
diff --git a/definition-files/ubuntu/Singularity.ubuntu-18.04 b/definition-files/ubuntu/Singularity.ubuntu-18.04
index 6ac8025a0f1875e17434b5a858b2d432a5bf2072..d3c518b1e8b50d15ae5bd0261bf913004eba8f70 100644
--- a/definition-files/ubuntu/Singularity.ubuntu-18.04
+++ b/definition-files/ubuntu/Singularity.ubuntu-18.04
@@ -11,7 +11,7 @@ OSVersion: bionic
     AUTHOR_NAME Marty Kandes
     AUTHOR_EMAIL mkandes@sdsc.edu
 
-    LAST_UPDATED 20200809
+    LAST_UPDATED 20210112
 
 %setup
 
@@ -76,6 +76,7 @@ OSVersion: bionic
     apt-get -y install automake
     apt-get -y install build-essential
     apt-get -y install cmake
+    apt-get -y install evince
     apt-get -y install expect
     apt-get -y install gfortran
     apt-get -y install libtool