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
S
Solutions Delivery Platform
dependency-check
dependency-check
Commits
72286b42
Commit
72286b42
authored
Mar 31, 2020
by
Hayden
Browse files
Update Dockerfile
parent
03058b44
Pipeline
#6878
failed with stage
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 @
72286b42
...
@@ -18,9 +18,9 @@ COPY LICENSE /licenses
...
@@ -18,9 +18,9 @@ COPY LICENSE /licenses
### Install packages from ubi base repo
### Install packages from ubi base repo
RUN
INSTALL_PKGS
=
"java-1.8.0-openjdk ruby unzip"
&&
\
RUN
INSTALL_PKGS
=
"java-1.8.0-openjdk ruby unzip"
&&
\
yum clean metadata
&&
\
yum clean metadata
&&
\
yum
--disableplugin
=
subscription-manager
-y
update-minimal
--setopt
=
tsflags
=
nodocs
\
yum
--disablerepo
=
"*"
--enablerepo
=
"*ubi-8*"
--disableplugin
=
subscription-manager
-y
update-minimal
--setopt
=
tsflags
=
nodocs
\
--security
--sec-severity
=
Important
--sec-severity
=
Critical
&&
\
--security
--sec-severity
=
Important
--sec-severity
=
Critical
&&
\
yum
--disableplugin
=
subscription-manager
-y
install
--setopt
=
tsflags
=
nodocs
${
INSTALL_PKGS
}
&&
\
yum
--disablerepo
=
"*"
--enablerepo
=
"*ubi-8*"
--disableplugin
=
subscription-manager
-y
install
--setopt
=
tsflags
=
nodocs
${
INSTALL_PKGS
}
&&
\
yum
-y
-v
clean all
&&
\
yum
-y
-v
clean all
&&
\
[
!
-d
/var/cache/yum
]
||
rm
-rf
/var/cache/yum
[
!
-d
/var/cache/yum
]
||
rm
-rf
/var/cache/yum
...
...
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