Skip to content

Commit

Permalink
Using 22.04 of ubuntu for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn committed Oct 7, 2024
1 parent 5a3676a commit 573bc8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM ubuntu:latest
FROM ubuntu:22.04

ENV PYTHONBUFFERED TRUE

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

0 comments on commit 573bc8a

Please sign in to comment.