File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ COPY g2-ssr/charts/* /app/charts/
4545
4646RUN npm install
4747
48- FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-base:latest AS python-builder
48+ FROM python:3.11-slim-bookworm AS python-builder
4949# Runtime stage
5050# FROM registry.cn-qingdao.aliyuncs.com/dataease/sqlbot-base:latest
5151FROM registry.cn-qingdao.aliyuncs.com/dataease/postgres:17.6
@@ -74,6 +74,7 @@ ARG DEPENDENCIES=" \
7474RUN apt-get update && apt-get install -y --no-install-recommends $DEPENDENCIES \
7575 && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
7676 && apt-get install -y nodejs \
77+ && curl -L --connect-timeout 60 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/xpack-license/get-validator-linux | sh \
7778 && rm -rf /var/lib/apt/lists/* \
7879 && chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* \
7980 && chmod g+xr /usr/bin/ld.so \
You can’t perform that action at this time.
0 commit comments