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-builder
Commits
d89501b0
Commit
d89501b0
authored
Aug 20, 2021
by
Mark Hermeling
Browse files
Fix typo
parent
8fa57218
Pipeline
#434749
passed with stages
in 37 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
d89501b0
...
@@ -31,7 +31,8 @@ RUN ln -s ${CODESONAR_HOME} /opt/codesonar
...
@@ -31,7 +31,8 @@ RUN ln -s ${CODESONAR_HOME} /opt/codesonar
RUN
useradd
-ms
/bin/bash codesonar
RUN
useradd
-ms
/bin/bash codesonar
#This is a hubless installation, so we can remove hub components:
#This is a hubless installation, so we can remove hub components:
RUN
cd
/opt/codesonar
;
rm
-rf
codesonar/doc
\
RUN
cd
/opt/codesonar
RUN
rm
-rf
codesonar/doc
\
codesonar/py/hub
\
codesonar/py/hub
\
codesonar/py/processors
\
codesonar/py/processors
\
codesonar/src/api/javadoc
\
codesonar/src/api/javadoc
\
...
@@ -42,8 +43,7 @@ csurf/src/feir/api/javadoc \
...
@@ -42,8 +43,7 @@ csurf/src/feir/api/javadoc \
third-party/boost
\
third-party/boost
\
third-party/jquery
\
third-party/jquery
\
third-party/postgresql
*
\
third-party/postgresql
*
\
third-party/sqlalchemy
\
third-party/sqlalchemy
)
RUN
rm
-rf
${
CODESONAR_HOME
}
/csonar-eclipse/com.grammatech.codesonar.jar
RUN
rm
-rf
${
CODESONAR_HOME
}
/csonar-eclipse/com.grammatech.codesonar.jar
...
...
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