File tree 3 files changed +5
-5
lines changed
ansible/roles/docker/templates
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ RUN dnf install --disableplugin=subscription-manager -y \
23
23
git \
24
24
java-17-openjdk-headless \
25
25
make \
26
- python3.8 \
26
+ python3.12 \
27
+ python3.12-pip \
27
28
procps-ng \
28
29
xz \
29
30
&& dnf --disableplugin=subscription-manager clean all
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN dnf install --disableplugin=subscription-manager -y \
27
27
libstdc++-devel \
28
28
libstdc++-devel.i686 \
29
29
make \
30
- python3.8 \
30
+ python3.12 \
31
31
procps-ng \
32
32
xz \
33
33
&& dnf --disableplugin=subscription-manager clean all
@@ -52,8 +52,6 @@ VOLUME /home/{{ server_user }}/ /home/{{ server_user }}/.ccache
52
52
53
53
ENV PYTHON /usr/bin/python3
54
54
55
- RUN pip3 install tap2junit=={{ tap2junit_version }}
56
-
57
55
RUN git clone --depth=1 https://github.com/rvagg/rpi-newer-crosstools.git /opt/raspberrypi/rpi-newer-crosstools
58
56
59
57
COPY cc-selector.sh /opt/raspberrypi/cc-selector.sh
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ RUN dnf install --disableplugin=subscription-manager -y \
23
23
git \
24
24
java-17-openjdk-headless \
25
25
make \
26
- python3.8 \
26
+ python3.12 \
27
+ python3.12-pip \
27
28
openssl-devel \
28
29
procps-ng \
29
30
&& dnf --disableplugin=subscription-manager clean all
You can’t perform that action at this time.
0 commit comments