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 2b5e922 commit 599fd76Copy full SHA for 599fd76
Dockerfile
@@ -71,7 +71,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
71
librsvg2-dev \
72
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
73
&& apt-get install -y nodejs \
74
- && curl -L --connect-timeout 60 -m 1800 https://fit2cloud-support.oss-cn-beijing.aliyuncs.com/xpack-license/get-validator-linux | sh \
75
&& rm -rf /var/lib/apt/lists/* \
76
chmod g-xr /usr/local/bin/* /usr/bin/* /bin/* /usr/sbin/* /sbin/* /usr/lib/postgresql/17/bin/* && \
77
chmod g+xr /usr/bin/ld.so && \
0 commit comments