Skip to content

Commit

Permalink
(docker): Pull in missing fedoradev xvfb-run which dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 19, 2017
1 parent be12bb2 commit e468e44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/docker/Dockerfile-fedoradev
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM fedora:rawhide

# /usr/bin/which: https://bugzilla.redhat.com/show_bug.cgi?id=1443357
RUN dnf --refresh -y install \
autoconf \
automake \
dejagnu \
tcllib \
/usr/bin/xvfb-run
/usr/bin/xvfb-run /usr/bin/which
# TODO...

WORKDIR /usr/src/bash-completion
Expand Down

0 comments on commit e468e44

Please sign in to comment.