We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441bcec commit a53f647Copy full SHA for a53f647
Dockerfile-base
@@ -24,7 +24,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
24
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
25
&& apt-get install -y nodejs \
26
&& 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*
+ && rm -rf /var/lib/apt/lists/*
0 commit comments