File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -10,51 +10,51 @@ RUN dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.rep
10
10
11
11
RUN dnf install -y \
12
12
clang-tools-extra \
13
- codespell \
14
- bzip2 \
15
- gcc \
13
+ codespell \
14
+ bzip2 \
15
+ gcc \
16
16
g++ \
17
17
gh \
18
18
fpaste \
19
19
lcov \
20
- meson \
21
20
hostname \
22
21
podman \
23
22
python3-podman \
23
+ python3-flake8 \
24
24
python3-pytest \
25
25
python3-pytest-timeout \
26
26
sudo \
27
- iptables-services \
28
- selinux-policy-targeted \
29
- selinux-policy-devel \
27
+ iptables-services \
28
+ selinux-policy-targeted \
29
+ selinux-policy-devel \
30
+ ShellCheck \
30
31
systemd \
31
- valgrind \
32
+ valgrind \
32
33
createrepo_c \
33
- dnf-utils \
34
- git \
35
- gzip \
36
- jq \
37
- tmt \
38
- tmt-report-junit \
34
+ dnf-utils \
35
+ git \
36
+ gzip \
37
+ jq \
38
+ tmt \
39
+ tmt-report-junit \
39
40
container-selinux \
40
41
kernel \
41
42
kernel-modules \
42
43
passwd \
43
44
python3-gobject \
44
45
python3-pip \
45
- meson \
46
- rpm-build \
47
- sed \
48
- vim-enhanced \
49
- systemd-devel \
46
+ meson \
47
+ rpm-build \
48
+ sed \
49
+ vim-enhanced \
50
+ systemd-devel \
50
51
iputils \
51
- tar \
52
- golang-github-cpuguy83-md2man \
52
+ tar \
53
+ golang-github-cpuguy83-md2man \
53
54
telnet \
54
55
net-tools \
55
56
iproute
56
57
57
-
58
58
WORKDIR /root
59
59
60
60
RUN dnf -y copr enable mperina/hirte-snapshot centos-stream-9
You can’t perform that action at this time.
0 commit comments