We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0edabb commit 243a685Copy full SHA for 243a685
tasks/container/Containerfile
@@ -44,6 +44,7 @@ RUN dnf -y update && \
44
python3-build \
45
python3-flake8 \
46
python3-mypy \
47
+ python3-mwclient \
48
python3-pcp \
49
python3-pika \
50
python3-pillow \
@@ -56,6 +57,7 @@ RUN dnf -y update && \
56
57
python3-types-pyyaml \
58
python3-vulture \
59
python3-wheel \
60
+ python3-wikitcms \
61
qemu-kvm-core \
62
rpm-build \
63
rpmdevtools \
0 commit comments