Skip to content

Commit

Permalink
build: add mysql and postgresql clients to greptimedb image (#4677)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield authored Sep 4, 2024
1 parent d43e31c commit 3e4a690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/ci/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python3.10 \
python3.10-dev \
python3-pip \
curl
curl \
mysql-client \
postgresql-client

COPY $DOCKER_BUILD_ROOT/docker/python/requirements.txt /etc/greptime/requirements.txt

Expand Down

0 comments on commit 3e4a690

Please sign in to comment.