mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-23 06:30:05 +00:00
ci: install ssh for Android dev-builder (#6854)
Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
@@ -13,7 +13,8 @@ RUN apt-get update && apt-get install -y \
|
|||||||
git \
|
git \
|
||||||
unzip \
|
unzip \
|
||||||
build-essential \
|
build-essential \
|
||||||
pkg-config
|
pkg-config \
|
||||||
|
openssh-client
|
||||||
|
|
||||||
# Install protoc
|
# Install protoc
|
||||||
ARG PROTOBUF_VERSION=29.3
|
ARG PROTOBUF_VERSION=29.3
|
||||||
|
|||||||
Reference in New Issue
Block a user