Upgrade mysql docker test to use python3.9

This commit is contained in:
Neil Macneale IV
2025-04-28 16:59:51 -07:00
parent aecd7c4e77
commit 98b01bfdff

View File

@@ -19,7 +19,7 @@ RUN apt update -y && \
dpkg -i elixir_1.14.3_1_otp_25.3~ubuntu~focal_all.deb
RUN apt update -y && \
apt install -y \
python3.8 \
python3.9 \
python3-pip \
curl \
wget \