[CI:DOCS]Add conmon to gating image

the gating image now needs conmon to perform the commands check

Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
Brent Baude 2020-05-22 12:38:04 -05:00
parent c8d64264c9
commit b21f342b5b
1 changed files with 2 additions and 1 deletions

View File

@ -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