diff --git a/core/docker/Dockerfile b/core/docker/Dockerfile index 029afe4d4d45..a27403c69bec 100644 --- a/core/docker/Dockerfile +++ b/core/docker/Dockerfile @@ -19,7 +19,7 @@ ENV JAVA_HOME /usr/lib/jvm/zulu17 RUN \ set -xeu && \ apt-get update -q && \ - apt-get install -y -q less python curl && \ + apt-get install -y -q less python3 curl && \ rm -rf /var/lib/apt/lists/* && \ groupadd trino --gid 1000 && \ useradd trino --uid 1000 --gid 1000 && \