From b21f342b5b0b2ac90303dd3770d878ff0f1f068c Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Fri, 22 May 2020 12:38:04 -0500 Subject: [CI:DOCS]Add conmon to gating image the gating image now needs conmon to perform the commands check Signed-off-by: Brent Baude --- contrib/gate/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index f7cd8f2b3..9042ddeb4 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -10,8 +10,9 @@ ENV GOPATH="/var/tmp/go" \ COPY / $GOSRC # Install packages from dependencies.txt, ignoring commented lines +# Note: adding conmon so podman command checks will work RUN dnf -y install \ - $(grep "^[^#]" $GOSRC/contrib/dependencies.txt) \ + $(grep "^[^#]" $GOSRC/contrib/dependencies.txt) conmon \ && dnf clean all # Install dependencies -- cgit v1.2.3-54-g00ecf