theia-blueprint icon indicating copy to clipboard operation
theia-blueprint copied to clipboard

when i build in docker ,want to build win ,but is can not

Open oraclexudehua opened this issue 1 year ago • 0 comments

Bug Description:

Steps to Reproduce:

  1. create docker image by this docker file
FROM node:16.14.2-buster
RUN apt-get update && apt-get install -y libxkbfile-dev libsecret-1-dev python3
COPY ./ ./theia
RUN yarn 
RUN yarn electron build

and the result is: ENOENT: no such file or directory, rename '/theia/applications/electron/dist/win-unpacked/electron.exe' -> '/theia/applications/electron/dist/win-unpacked/TheiaBlueprint.exe' failedTask=build stackTrace=Error: ENOENT: no such file or directory, rename '/theia/applications/electron/dist/win-unpacked/electron.exe' -> '/theia/applications/electron/dist/win-unpacked/TheiaBlueprint.exe'

Additional Information

  • Operating System: docker image
  • Theia Version:1.39.0

oraclexudehua avatar Jul 23 '23 08:07 oraclexudehua