UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
GrammaTech
CodeSonar
codesonar-hub
Commits
02c3a315
Commit
02c3a315
authored
Jul 14, 2021
by
Mark Hermeling
Browse files
Update Dockerfile
parent
da06456a
Pipeline
#405928
failed with stages
in 53 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
Dockerfile
Dockerfile
+12
-0
No files found.
Dockerfile
View file @
02c3a315
...
...
@@ -30,6 +30,18 @@ RUN rm -rf /opt/${CODESONAR_PACKAGE}
RUN
ln
-s
${
CODESONAR_HOME
}
/opt/codesonar
RUN
useradd
-ms
/bin/bash codesonar
# Remove older software versions no longer needed
RUN
rm
-rf
${
CODESONAR_HOME
}
/third-party/postgresql-8.3
RUN
rm
-rf
${
CODESONAR_HOME
}
/third-party/postgresql-8.4
RUN
rm
-rf
${
CODESONAR_HOME
}
/third-party/postgresql-9.0
RUN
rm
-rf
${
CODESONAR_HOME
}
/third-party/postgresql-9.1
RUN
rm
-rf
${
CODESONAR_HOME
}
/third-party/postgresql-9.2
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
RUN
rm
-rf
${
CODESONAR_HOME
}
/csurf/lib/codesonarj-runtimes/androidAPI23/android-6.0.1_r1.jar
RUN
mkdir
/home/codesonar/hub
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment