Remove node_modules in Dockerfile
This commit is contained in:
parent
79545bc2bc
commit
9c128182ab
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Reference in a new issue