test dev builder

This commit is contained in:
liyang
2025-03-04 19:54:30 +08:00
parent 312c174d89
commit f1bd2d51fe

View File

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