Skip to content

Commit

Permalink
Merge pull request #6360 from baude/addcruntogating
Browse files Browse the repository at this point in the history
[CI:DOCS]add crun to gating image
  • Loading branch information
openshift-merge-robot committed May 23, 2020
2 parents c166b21 + 4d826f0 commit e323d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/gate/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +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
# Note: adding conmon and crun so podman command checks will work
RUN dnf -y install \
$(grep "^[^#]" $GOSRC/contrib/dependencies.txt) conmon \
$(grep "^[^#]" $GOSRC/contrib/dependencies.txt) conmon crun \
&& dnf clean all

# Install dependencies
Expand Down

0 comments on commit e323d3e

Please sign in to comment.