File: Dockerfile

package info (click to toggle)
bolt 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,844 kB
  • sloc: ansic: 29,085; python: 2,938; xml: 460; javascript: 269; sh: 166; makefile: 14
file content (52 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (3)
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
FROM fedora:latest
RUN dnf install -y \
    asciidoc \
    bat \
    clang-analyzer \
    ccls \
    codespell \
    findutils \
    fish \
    fpaste \
    gcc \
    git \
    glib2-devel \
    glibc-langpack-en \
    gtk-doc \
    hostname \
    ipython3 \
    jq \
    lcov \
    libgudev-devel \
    lsof \
    make \
    meson \
    packit \
    polkit-devel \
    pylint \
    python3 \
    python3-autopep8 \
    python3-dbus \
    python3-dbusmock \
    python3-devel \
    python3-docutils \
    python3-enchant \
    python3-gobject \
    python3-jsonschema \
    python3-pip \
    python3-pycodestyle \
    python3-pylint \
    python3-pytest \
    python3-pyyaml \
    redhat-rpm-config \
    rpm-build \
    rpmlint \
    skopeo \
    strace \
    systemd-devel \
    the_silver_searcher \
    tree \
    umockdev-devel \
    uncrustify

WORKDIR /workspaces/bolt