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 a53f647 commit 069db60Copy full SHA for 069db60
Dockerfile-base
@@ -24,4 +24,6 @@ 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/*
+ && 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