Skip to content

Commit f377769

Browse files
committed
e2e: add more tools for development
- ShellCheck: validate sh scripts - python8-flake: add flake8 tool Additionally, replaced some spaces with tabs. Signed-off-by: Douglas Schilling Landgraf <[email protected]>
1 parent c8a0060 commit f377769

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

tests/e2e/lib/ContainerFile.template

+22-22
Original file line numberDiff line numberDiff line change
@@ -10,51 +10,51 @@ RUN dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.rep
1010

1111
RUN dnf install -y \
1212
clang-tools-extra \
13-
codespell \
14-
bzip2 \
15-
gcc \
13+
codespell \
14+
bzip2 \
15+
gcc \
1616
g++ \
1717
gh \
1818
fpaste \
1919
lcov \
20-
meson \
2120
hostname \
2221
podman \
2322
python3-podman \
23+
python3-flake8 \
2424
python3-pytest \
2525
python3-pytest-timeout \
2626
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 \
3031
systemd \
31-
valgrind \
32+
valgrind \
3233
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 \
3940
container-selinux \
4041
kernel \
4142
kernel-modules \
4243
passwd \
4344
python3-gobject \
4445
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 \
5051
iputils \
51-
tar \
52-
golang-github-cpuguy83-md2man \
52+
tar \
53+
golang-github-cpuguy83-md2man \
5354
telnet \
5455
net-tools \
5556
iproute
5657

57-
5858
WORKDIR /root
5959

6060
RUN dnf -y copr enable mperina/hirte-snapshot centos-stream-9

0 commit comments

Comments
 (0)