From aa1dd1a32249e691f1b938d64eaf335cdddca9ee Mon Sep 17 00:00:00 2001 From: Deoyani Heinis Date: Wed, 28 Aug 2024 12:07:12 -0400 Subject: [PATCH] Update Dockerfile --- docker/build-test/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/build-test/Dockerfile b/docker/build-test/Dockerfile index 004ee474..351c89aa 100644 --- a/docker/build-test/Dockerfile +++ b/docker/build-test/Dockerfile @@ -20,8 +20,8 @@ FROM eclipse-temurin:21 RUN mkdir -p /usr/share/man/man1 RUN apt-get update && apt-get install -y netcat-openbsd zip git less \ - python2 curl maven -RUN cd /usr/bin && ln -s python2 python + python3 curl maven +RUN cd /usr/bin && ln -s python3 python # Create the user that build/test operations should run as. Normally, # this is set to match identity information of the host user that is