diff --git a/docker/buildx/ubuntu/Dockerfile b/docker/buildx/ubuntu/Dockerfile index 3f52e9affd53..181ebd68bf49 100644 --- a/docker/buildx/ubuntu/Dockerfile +++ b/docker/buildx/ubuntu/Dockerfile @@ -7,10 +7,8 @@ ARG OUTPUT_DIR ENV LANG en_US.utf8 WORKDIR /greptimedb -# Add PPA for Python 3.10. RUN apt-get update && \ - DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common && \ - add-apt-repository ppa:deadsnakes/ppa -y + DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common # Install dependencies. RUN --mount=type=cache,target=/var/cache/apt \