mirror of https://github.com/containers/podman.git
[CI:DOCS]add crun to gating image
the gating tests for commands needs crun to exercise itself Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
parent
e1193c8703
commit
4d826f0d0c
|
|
@ -10,9 +10,9 @@ ENV GOPATH="/var/tmp/go" \
|
||||||
COPY / $GOSRC
|
COPY / $GOSRC
|
||||||
|
|
||||||
# Install packages from dependencies.txt, ignoring commented lines
|
# Install packages from dependencies.txt, ignoring commented lines
|
||||||
# Note: adding conmon so podman command checks will work
|
# Note: adding conmon and crun so podman command checks will work
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
$(grep "^[^#]" $GOSRC/contrib/dependencies.txt) conmon \
|
$(grep "^[^#]" $GOSRC/contrib/dependencies.txt) conmon crun \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue