Skip to content

Commit 1ab1a37

Browse files
container: add rpm build dependencies to the container image
Signed-off-by: John Mulligan <[email protected]>
1 parent 5b7204d commit 1ab1a37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/container/Containerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,19 @@ RUN yum install \
1212
python3-samba \
1313
python3-wheel \
1414
python3-pyxattr \
15+
python3-devel \
1516
python3.9 \
1617
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+
'python3dist(setuptools-scm)' \
26+
'python3dist(tox-current-env)' \
27+
'python3dist(wheel)' \
1728
&& yum clean all \
1829
&& true
1930
COPY build.sh /usr/local/bin/build.sh

0 commit comments

Comments
 (0)