diff --git a/all-in-one/apisix-dashboard/Dockerfile b/all-in-one/apisix-dashboard/Dockerfile index f41eb82b..7daa82a3 100644 --- a/all-in-one/apisix-dashboard/Dockerfile +++ b/all-in-one/apisix-dashboard/Dockerfile @@ -101,6 +101,8 @@ COPY --from=pre-build /usr/local/apisix-dashboard . WORKDIR /usr/local/apisix-dashboard/web RUN if [ "$ENABLE_PROXY" = "true" ] ; then yarn config set registry https://registry.npmmirror.com/ ; fi \ + # FIXME: when the certificate is valid + && yarn config set "strict-ssl" false -g \ && yarn install \ && yarn build