Permalink
Browse files

clean up after install

  • Loading branch information...
1 parent 4344a90 commit a143d5b453cc4012fb1fca90c4e0562b47eac6da @bbimber committed Apr 29, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 docker/base/Dockerfile
View
@@ -40,6 +40,7 @@ ENV PATH $PATH:$JAVA_HOME/bin
# this is not the ideal way to install all these tools, but the code is currently shared by non-docker usages
RUN svn co --username cpas --password cpas --no-auth-cache https://hedgehog.fhcrc.org/tor/stedi/branches/${SVN_BRANCH}/externalModules/labModules/SequenceAnalysis/pipeline_code ${LK_HOME}/svn/
RUN ${LK_HOME}/svn/sequence_tools_install.sh -d ${LK_HOME}
+RUN rm -Rf ${LK_HOME}/tool_src
# Clean up
RUN rm -rf /var/lib/apt/lists/*

0 comments on commit a143d5b

Please sign in to comment.