Skip to content

Commit a3582f9

Browse files
committed
test
1 parent faf15d8 commit a3582f9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

dev/spark-test-image/python-310/Dockerfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ RUN apt-get update && apt-get install -y \
4545
libxml2-dev \
4646
openjdk-17-jdk-headless \
4747
pkg-config \
48-
python3.10 \
49-
qpdf \
5048
tzdata \
51-
wget \
52-
zlib1g-dev \
49+
software-properties-common \
50+
zlib1g-dev
51+
52+
# Install Python 3.10
53+
RUN add-apt-repository ppa:deadsnakes/ppa
54+
RUN apt-get update && apt-get install -y \
55+
python3.10 \
5356
&& apt-get autoremove --purge -y \
5457
&& apt-get clean \
5558
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)