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
a29c6cc9
Commit
a29c6cc9
authored
Apr 06, 2021
by
Mark Hermeling
Browse files
Update Dockerfile
parent
8f36953d
Pipeline
#211850
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
a29c6cc9
...
@@ -22,11 +22,11 @@ RUN yum -y update \
...
@@ -22,11 +22,11 @@ RUN yum -y update \
RUN
rm
-rf
/usr/libexec/sudo/sesh
RUN
rm
-rf
/usr/libexec/sudo/sesh
ARG
CODESONAR_PACKAGE=codesonar-
5.4
p0.202
0091
1-x86_64-pc-linux.tar.gz
ARG
CODESONAR_PACKAGE=codesonar-
6.0
p0.202
1033
1-x86_64-pc-linux.tar.gz
COPY
["${CODESONAR_PACKAGE}", "/opt"]
COPY
["${CODESONAR_PACKAGE}", "/opt"]
RUN
tar
-zxvf
/opt/
${
CODESONAR_PACKAGE
}
-C
/opt
RUN
tar
-zxvf
/opt/
${
CODESONAR_PACKAGE
}
-C
/opt
RUN
rm
-rf
/opt/
${
CODESONAR_PACKAGE
}
RUN
rm
-rf
/opt/
${
CODESONAR_PACKAGE
}
RUN
ln
-s
/opt/codesonar-
5.4
p0 /opt/codesonar
RUN
ln
-s
/opt/codesonar-
6.0
p0 /opt/codesonar
RUN
useradd
-ms
/bin/bash codesonar
RUN
useradd
-ms
/bin/bash codesonar
# remove some packages that are not needed
# remove some packages that are not needed
...
...
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