From 9c128182abbf7f944380c29944d011da9df38d22 Mon Sep 17 00:00:00 2001 From: Ian Minoso Date: Thu, 20 Oct 2016 14:49:44 -0400 Subject: [PATCH] Remove node_modules in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f83742d23..ea2a241c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,6 +96,7 @@ RUN apt-get remove -y --auto-remove python-dev g++ libjpeg62-dev libevent-dev li RUN apt-get autoremove -y RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN rm -rf grunt +RUN rm -rf node_modules # Set up the init system ADD conf/init/copy_config_files.sh /etc/my_init.d/