File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 37
37
RUN \
38
38
# Install all available Python packages and their dev packages
39
39
dnf -y install python3 python3-tools python3-devel; \
40
- dnf -y install python3.9; \
41
- dnf -y install python3.10;
40
+ dnf -y install python3.10 python3.10-tools python3.10-devel;
42
41
43
42
RUN \
44
43
# Clean up dnf caches
@@ -55,7 +54,6 @@ WORKDIR ${HOME}
55
54
RUN \
56
55
cd ${HOME}; \
57
56
mkdir -p ${HOME}/venvs; \
58
- python3.9 -m venv venvs/Py39; \
59
57
python3.10 -m venv venvs/Py310; \
60
58
python3.11 -m venv venvs/Py311;
61
59
Original file line number Diff line number Diff line change 37
37
RUN \
38
38
# Install all available Python packages and their dev packages
39
39
dnf -y install python3 python3-tools python3-devel; \
40
- dnf -y install python3.9; \
41
- dnf -y install python3.10;
40
+ dnf -y install python3.10 python3.10-tools python3.10-devel;
42
41
43
42
RUN \
44
43
# Clean up dnf caches
@@ -55,7 +54,6 @@ WORKDIR ${HOME}
55
54
RUN \
56
55
cd ${HOME}; \
57
56
mkdir -p ${HOME}/venvs; \
58
- python3.9 -m venv venvs/Py39; \
59
57
python3.10 -m venv venvs/Py310; \
60
58
python3.11 -m venv venvs/Py311;
61
59
Original file line number Diff line number Diff line change 41
41
webkit2gtk3-devel; \
42
42
# Install all available Python packages and their dev packages
43
43
yum -y install python3 python3-devel; \
44
+ yum -y install python3.11 python3.11-devel; \
44
45
# Clean up the yum caches
45
46
yum clean all;
46
47
You can’t perform that action at this time.
0 commit comments