File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,18 @@ RUN python --version && pip --version
99# Install uv tool
1010COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/
1111
12- ARG DEPENDENCIES=" \
13- wait-for-it \
14- build-essential \
15- curl \
16- gnupg \
17- gcc \
18- g++ \
19- libcairo2-dev \
20- libpango1.0-dev \
21- libjpeg-dev \
22- libgif-dev \
23- librsvg2-dev"
24-
25- RUN apt-get update && apt-get install -y --no-install-recommends $DEPENDENCIES \
12+ RUN apt-get update && apt-get install -y --no-install-recommends \
13+ wait-for-it \
14+ build-essential \
15+ curl \
16+ gnupg \
17+ gcc \
18+ g++ \
19+ libcairo2-dev \
20+ libpango1.0-dev \
21+ libjpeg-dev \
22+ libgif-dev \
23+ librsvg2-dev \
2624 && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
2725 && apt-get install -y nodejs \
2826 && curl -L --connect-timeout 60 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/xpack-license/get-validator-linux | sh \
You can’t perform that action at this time.
0 commit comments