UNCLASSIFIED

Commit 96d31f88 authored by Mark Hermeling's avatar Mark Hermeling
Browse files

Update Dockerfile

parent 4f0cfe25
Pipeline #406002 passed with stages
in 26 minutes and 35 seconds
...@@ -43,8 +43,8 @@ RUN rm -rf ${CODESONAR_HOME}/csonar-eclipse/com.grammatech.codesonar.jar ...@@ -43,8 +43,8 @@ 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 RUN rm -rf ${CODESONAR_HOME}/csonar-eclipse/eclipse_tests/CodeSonarTest_1.0.0.jar
RUN rm -rf ${CODESONAR_HOME}/csurf/lib/codesonarj-runtimes/androidAPI23/android-6.0.1_r1.jar RUN rm -rf ${CODESONAR_HOME}/csurf/lib/codesonarj-runtimes/androidAPI23/android-6.0.1_r1.jar
RUN rm -rf ${CODESONAR_HOME}/third-party/python/inst/lib/python2.7/site-packages/urllib3* ${CODESONAR_HOME}/third-party/python/instmt/lib/python2.7/site-packages/urllib3* RUN rm -rf ${CODESONAR_HOME}/third-party/python/inst/lib/python3.9/site-packages/urllib3* ${CODESONAR_HOME}/third-party/python/instmt/lib/python3.9/site-packages/urllib3*
RUN rm -rf /usr/lib/python3.6/site-packages/urllib3 #RUN rm -rf /usr/lib/python3.6/site-packages/urllib3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment