Merge pull request #6352 from baude/addconmontogate

[CI:DOCS]Add conmon to gating image
This commit is contained in:
OpenShift Merge Robot
2020-05-22 20:30:22 +02:00
committed by GitHub

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