Skip to content

Commit a53f647

Browse files
committed
build: allinone
1 parent 441bcec commit a53f647

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile-base

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ 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/* \
28-
&& chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* \
29-
&& chmod g+xr /usr/bin/ld.so \
30-
&& chmod g+x /usr/local/bin/python*
27+
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)