Skip to content

Commit

Permalink
[qpid-proton] Replace Python 3.9 Workaround With Base Builder Python …
Browse files Browse the repository at this point in the history
…3.10

Replaces the ad-hoc workaround to install Python 3.9, with the
upgraded Python 3.10 version provided by the base-builder and
image.
  • Loading branch information
DaveLak committed Jun 4, 2024
1 parent 0642a7a commit f5bf756
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions projects/qpid-proton/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ RUN apt-get update && \
apt-get install -y \
cmake

# Ensure we work from right python version
RUN apt-get install -y python3.9 python3.9-dev && \
ln --force -s /usr/bin/python3.9 /usr/local/bin/python3 && \
apt-get install -y python3-pip

RUN git clone https://github.com/apache/qpid-proton.git

WORKDIR qpid-proton
Expand Down

0 comments on commit f5bf756

Please sign in to comment.