test dev builder

This commit is contained in:
liyang
2025-03-04 19:38:52 +08:00
parent 9b3157b27d
commit 312c174d89

View File

@@ -6,10 +6,10 @@ ARG DOCKER_BUILD_ROOT=.
ENV LANG en_US.utf8
WORKDIR /greptimedb
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y software-properties-common
# Install dependencies.
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
RUN apt-get update && apt-get install -y \
libssl-dev \
tzdata \
curl \