We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7204d commit 1ab1a37Copy full SHA for 1ab1a37
tests/container/Containerfile
@@ -12,8 +12,19 @@ RUN yum install \
12
python3-samba \
13
python3-wheel \
14
python3-pyxattr \
15
+ python3-devel \
16
python3.9 \
17
samba-common-tools \
18
+ rpm-build \
19
+ 'python3dist(flake8)' \
20
+ 'python3dist(inotify-simple)' \
21
+ 'python3dist(mypy)' \
22
+ 'python3dist(pytest)' \
23
+ 'python3dist(pytest-cov)' \
24
+ 'python3dist(setuptools-scm)' \
25
26
+ 'python3dist(tox-current-env)' \
27
+ 'python3dist(wheel)' \
28
&& yum clean all \
29
&& true
30
COPY build.sh /usr/local/bin/build.sh
0 commit comments