mirror of https://github.com/containers/podman.git
[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:
parent
c8d64264c9
commit
b21f342b5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue