Merge branch 'develop' of http://git.mmcuav.cn/iuav/csf-web into develop
Dockerbuild
docker_build_dev
--------------------
4 | FROM base AS deps
5 | # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
6 | >>> RUN apk add --no-cache libc6-compat
7 | WORKDIR /app
8 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache libc6-compat" did not complete successfully: exit code: 1section_end:1700192241:build_scriptsection_start:1700192241:after_scriptsection_end:1700192241:after_scriptERROR: Job failed: exit status 1