Skip to content

Commit 441bcec

Browse files
committed
build: allinone
1 parent 0ee7b5f commit 441bcec

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

Dockerfile-base

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@ RUN python --version && pip --version
99
# Install uv tool
1010
COPY --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 \

0 commit comments

Comments
 (0)