Skip to content

Commit

Permalink
ci: drop useless deadsnake (GreptimeTeam#5311)
Browse files Browse the repository at this point in the history
fix: drop useless deadsnake

Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 authored Jan 8, 2025
1 parent 751fa4e commit 812a775
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/buildx/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 812a775

Please sign in to comment.