fix dev
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
# Node Verion 12 ist für manche Theia Pakete erforderlich. Update muss getestet werden
|
# Node Verion 12 ist für manche Theia Pakete erforderlich. Update muss getestet werden
|
||||||
ARG NODE_VERSION=12.22
|
ARG NODE_VERSION=12.22-buster-slim
|
||||||
|
#ARG NODE_VERSION=18.10
|
||||||
# -buster-slim
|
# -buster-slim
|
||||||
|
|
||||||
# Builder Schritt hier wird das Package von Theia compiliert.
|
# Builder Schritt hier wird das Package von Theia compiliert.
|
||||||
@@ -11,7 +12,7 @@ ADD latest.package.json ./package.json
|
|||||||
ARG GITHUB_TOKEN
|
ARG GITHUB_TOKEN
|
||||||
RUN yarn --pure-lockfile && \
|
RUN yarn --pure-lockfile && \
|
||||||
NODE_OPTIONS="--max_old_space_size=4096" yarn theia build && \
|
NODE_OPTIONS="--max_old_space_size=4096" yarn theia build && \
|
||||||
yarn theia download:plugins && \
|
yarn theia download:plugins --ignore-errors && \
|
||||||
yarn --production && \
|
yarn --production && \
|
||||||
yarn autoclean --init && \
|
yarn autoclean --init && \
|
||||||
echo *.ts >> .yarnclean && \
|
echo *.ts >> .yarnclean && \
|
||||||
@@ -20,7 +21,7 @@ RUN yarn --pure-lockfile && \
|
|||||||
yarn autoclean --force && \
|
yarn autoclean --force && \
|
||||||
yarn cache clean
|
yarn cache clean
|
||||||
|
|
||||||
ARG NODE_VERSION=12.22
|
ARG NODE_VERSION=12.22-buster-slim
|
||||||
#-buster-slim
|
#-buster-slim
|
||||||
|
|
||||||
# Paket erzeugen und Requirements installieren
|
# Paket erzeugen und Requirements installieren
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
"vscode-builtin-handlebars": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/handlebars-1.39.1-prel.vsix",
|
"vscode-builtin-handlebars": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/handlebars-1.39.1-prel.vsix",
|
||||||
"vscode-builtin-hlsl": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/hlsl-1.39.1-prel.vsix",
|
"vscode-builtin-hlsl": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/hlsl-1.39.1-prel.vsix",
|
||||||
"vscode-builtin-html": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/html-1.39.1-prel.vsix",
|
"vscode-builtin-html": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/html-1.39.1-prel.vsix",
|
||||||
|
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix",
|
||||||
"vscode-builtin-html-language-features": "https://open-vsx.org/api/vscode/html-language-features/1.49.0/file/vscode.html-language-features-1.49.0.vsix",
|
"vscode-builtin-html-language-features": "https://open-vsx.org/api/vscode/html-language-features/1.49.0/file/vscode.html-language-features-1.49.0.vsix",
|
||||||
"vscode-builtin-ini": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/ini-1.39.1-prel.vsix",
|
"vscode-builtin-ini": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/ini-1.39.1-prel.vsix",
|
||||||
"vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix",
|
"vscode-builtin-jake": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/jake-1.39.1-prel.vsix",
|
||||||
|
|||||||
Reference in New Issue
Block a user