Skip to content

Commit 5a9d775

Browse files
committed
keep some container's tools
1 parent 29335b1 commit 5a9d775

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ USER root
6464
RUN <<EOT
6565
find ${ISC_PACKAGE_INSTALLDIR} -iname '*odbc*' -exec rm -rf {} \;
6666
find ${ISC_PACKAGE_INSTALLDIR} -iname '*xalan*' -exec rm -rf {} \;
67-
rm -rf ${ISC_PACKAGE_INSTALLDIR}/dev
67+
find ${ISC_PACKAGE_INSTALLDIR}/dev/ -maxdepth 1 -mindepth 1 -type d ! -name Cloud ! -name Container ! -name CAcerts -exec rm -rf {} \;
68+
rm -rf ${ISC_PACKAGE_INSTALLDIR}/dev/Container/demo
6869
rm -rf ${ISC_PACKAGE_INSTALLDIR}/devuser
6970
rm -rf ${ISC_PACKAGE_INSTALLDIR}/csp
70-
rm -rf ${ISC_PACKAGE_INSTALLDIR}/dist
7171
rm -rf ${ISC_PACKAGE_INSTALLDIR}/docs
7272
rm -rf ${ISC_PACKAGE_INSTALLDIR}/fop
7373
rm -rf ${ISC_PACKAGE_INSTALLDIR}/httpd

0 commit comments

Comments
 (0)