|
@@ -90,8 +90,11 @@ RUN export GOPROXY="https://goproxy.io,direct"
|
|
|
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
|
|
RUN apt-get install -y nodejs
|
|
|
RUN npm config set registry http://registry.npm.taobao.org --global
|
|
|
+RUN npm config set ELECTRON_MIRROR https://npmmirror.com/mirrors/electron/ --global
|
|
|
+RUN npm config set ELECTRON_BUILDER_BINARIES_MIRROR https://npmmirror.com/mirrors/electron-builder-binaries/ --global
|
|
|
RUN npm install -g yarn pnpm
|
|
|
|
|
|
+
|
|
|
LABEL email="liuyuqi<liuyuqi.gov@msn.cn>"
|
|
|
WORKDIR /workspaces
|
|
|
# RUN mvn package
|