Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
oraclexudehua opened this issue Jul 23, 2023 · 0 comments
Open

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

oraclexudehua opened this issue Jul 23, 2023 · 0 comments

Comments

@oraclexudehua
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant