Skip to content

Commit 1b3f054

Browse files
container: update to fedora 35
As of the last week or so, fedora 35 is the oldest support fedora version. This requires us to explicitly add python 3.9 packages to enable tox runs. Signed-off-by: John Mulligan <[email protected]>
1 parent 3621f55 commit 1b3f054

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/container/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:34
1+
FROM fedora:35
22

33
RUN yum install \
44
-y --setopt=install_weak_deps=False \
@@ -12,6 +12,7 @@ RUN yum install \
1212
python3-samba \
1313
python3-wheel \
1414
python3-pyxattr \
15+
python3.9 \
1516
samba-common-tools \
1617
&& yum clean all \
1718
&& true

0 commit comments

Comments
 (0)