Skip to content

Commit

Permalink
Ubuntu latest using python 3.12 which is not supported, pinning to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn committed Oct 7, 2024
1 parent cbb038b commit 5a3676a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ENV PYTHONBUFFERED TRUE

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
python3-dev \
python3-pip \
python3.11-dev \
python3.11-pip \
build-essential \
openjdk-11-jre-headless \
wget \
Expand Down

0 comments on commit 5a3676a

Please sign in to comment.