Skip to content

Commit 069db60

Browse files
committed
build: allinone
1 parent a53f647 commit 069db60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile-base

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2424
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
2525
&& apt-get install -y nodejs \
2626
&& curl -L --connect-timeout 60 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/xpack-license/get-validator-linux | sh \
27-
&& rm -rf /var/lib/apt/lists/*
27+
&& rm -rf /var/lib/apt/lists/* \
28+
&& chmod g+xr /usr/bin/ld.so \
29+
&& chmod g+x /usr/local/bin/python*

0 commit comments

Comments
 (0)