We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef9387 commit 53feba3Copy full SHA for 53feba3
test/docker/Dockerfile-fedoradev
@@ -1,14 +1,13 @@
1
FROM fedora:rawhide
2
3
# TODO: more coverage
4
-# /usr/bin/which: https://bugzilla.redhat.com/show_bug.cgi?id=1443357
5
# --nogpgcheck: Ignore transient(?) package signature failures
6
RUN dnf --nogpgcheck --refresh -y install \
7
autoconf \
8
automake \
9
dejagnu \
10
tcllib \
11
- /usr/bin/xvfb-run /usr/bin/which \
+ /usr/bin/xvfb-run \
12
&& \
13
dnf --nogpgcheck -y install \
14
/usr/bin/checksec \
0 commit comments