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
Sysdig
Sysdig Secure
Admission Controller 3.2.0
Commits
3a4ec132
Commit
3a4ec132
authored
Jun 24, 2021
by
Adam Martin
Browse files
Merge branch 'update-dockerfile' into 'development'
Include microdnf update command See merge request
!18
parents
07477025
0fc5d756
Pipeline
#333230
passed with stages
in 12 minutes and 49 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+3
-2
No files found.
Dockerfile
View file @
3a4ec132
...
@@ -11,7 +11,8 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
...
@@ -11,7 +11,8 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ENV
REQIRED_PACKAGES="shadow-utils libsemanage"
ENV
REQIRED_PACKAGES="shadow-utils libsemanage"
RUN
microdnf
--setopt
=
tsflags
=
nodocs
install
$REQIRED_PACKAGES
\
RUN
microdnf update
-y
--setopt
=
install_weak_deps
=
0
--nodocs
\
&&
microdnf
--setopt
=
tsflags
=
nodocs
install
$REQIRED_PACKAGES
\
&&
useradd sysdig
-u
1000
\
&&
useradd sysdig
-u
1000
\
&&
microdnf remove
$REQIRED_PACKAGES
\
&&
microdnf remove
$REQIRED_PACKAGES
\
&&
microdnf clean all
\
&&
microdnf clean all
\
...
...
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