##// END OF EJS Templates
image: optimize size by removing manpages
super-admin -
Show More
@@ -106,7 +106,7 b' set -eux; \\'
106 $SVN_DEPS $SVN_DEV_DEPS\
106 $SVN_DEPS $SVN_DEV_DEPS\
107 $EXTRA_DEPS \
107 $EXTRA_DEPS \
108 ; \
108 ; \
109 rm -rf /var/lib/apt/lists/*;
109 rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man;
110
110
111 RUN \
111 RUN \
112 echo "** Configure the locales **" && \
112 echo "** Configure the locales **" && \
General Comments 0
You need to be logged in to leave comments. Login now