summaryrefslogtreecommitdiffstats
path: root/test/container/Dockerfile-Void
blob: 9f75547be17f6af48797b19d9fda969e04057d6b (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
FROM ghcr.io/void-linux/void-glibc-full

RUN xbps-install -Syu xbps && xbps-install -yu \
    asciidoc \
    astyle \
    base-devel \
    bash \
    binutils \
    bluez \
    btrfs-progs \
    busybox \
    cargo \
    cifs-utils \
    connman \
    cpio \
    cryptsetup \
    curl \
    dash \
    dhclient \
    dhcp \
    dmraid \
    dosfstools \
    e2fsprogs \
    edk2-ovmf \
    elfutils \
    erofs-utils \
    eudev \
    f2fs-tools \
    git \
    glibc \
    gnupg \
    iputils \
    jq \
    kbd \
    libkmod-devel \
    linux \
    lvm2 \
    lzop \
    make \
    mdadm \
    mtools \
    nbd \
    NetworkManager \
    nfs-utils \
    ntfs-3g \
    nvme-cli \
    open-iscsi \
    openssh \
    parted \
    pigz \
    plymouth \
    qemu \
    rng-tools \
    sbsigntool \
    shellcheck \
    shfmt \
    squashfs-tools \
    strace \
    systemd-boot-efistub \
    tcpdump \
    tgt \
    tpm2-tools \
    ukify \
    xz \
    && rm -rf /var/cache/xbps