diff --git a/Dockerfile b/Dockerfile index 886977d79f8e801e511a93e6300d799f1c2ef3fd..6eac80e6c11511950efc9e29059c23cd7f6f2065 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,9 +42,13 @@ csurf/src/api/javadoc \ csurf/src/feir/api/javadoc \ third-party/boost \ third-party/jquery \ -third-party/postgresql* \ third-party/sqlalchemy +RUN rm -rf ${CODESONAR_HOME}/third-party/postgresql +RUN rm -rf ${CODESONAR_HOME}/third-party/postgresql-9.3 +RUN rm -rf ${CODESONAR_HOME}/third-party/postgresql-9.6 + + RUN rm -rf ${CODESONAR_HOME}/csonar-eclipse/com.grammatech.codesonar.jar RUN rm -rf ${CODESONAR_HOME}/csonar-eclipse/eclipse_tests/CodeSonarTest_1.0.0.jar