summaryrefslogtreecommitdiff
path: root/test/docker/Dockerfile-fedoradev
blob: 423f836bc0568706abca8e34b6201ea047ed0373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
FROM fedora:rawhide

# TODO: more coverage
# /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/which \
    && \
    dnf -y install \
        /usr/bin/checksec \
        /usr/bin/compare \
        /usr/bin/dcop \
        /usr/sbin/ether-wake \
        /usr/bin/g77 \
        /usr/sbin/hping2 \
        /usr/bin/koji \
        /usr/bin/lua \
        /usr/bin/luac \
        /usr/sbin/mii-diag \
        /usr/bin/mock \
        /usr/bin/msynctool \
        /usr/bin/mutt \
        /usr/bin/ncftp \
        /usr/bin/phing \
        /usr/bin/plague-client \
        /usr/bin/pngfix \
        /usr/bin/pyvenv \
        /usr/bin/snownews \
        /usr/bin/stream \
        /usr/bin/svk \
        /usr/sbin/tipc \
        /usr/bin/wine \
        /usr/bin/wol \
        /usr/bin/xmms \
        /usr/bin/zopflipng

WORKDIR /usr/src/bash-completion
COPY . .