Created first CRUD view
Change-Id: I3e7f3f36896921cce671c6a53e0155de9165eeb3
diff --git a/Dockerfile b/Dockerfile
index e0551dd..72869a7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,7 @@
 
 # Install nodeJs
 RUN apt-get update
-RUN apt-get install curl git -y
+RUN apt-get install curl git bzip2 -y
 RUN curl -sL https://deb.nodesource.com/setup_4.x > install_node.sh
 RUN chmod a+x install_node.sh
 RUN ./install_node.sh