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

wine not usable in docker #1374

Closed
gengjiawen opened this issue Jun 24, 2024 · 2 comments
Closed

wine not usable in docker #1374

gengjiawen opened this issue Jun 24, 2024 · 2 comments
Labels
bug Something isn't working team: team-engine team: team-experience Belonging to the Experience team

Comments

@gengjiawen
Copy link
Contributor

Bug description

# wine --version
Bad system call

Steps to reproduce

docker run --rm -ti \
 --env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS_TAG|TRAVIS|TRAVIS_REPO_|TRAVIS_BUILD_|TRAVIS_BRANCH|TRAVIS_PULL_REQUEST_|APPVEYOR_|CSC_|GH_|GITHUB_|BT_|AWS_|STRIP|BUILD_') \
 --env ELECTRON_CACHE="/root/.cache/electron" \
 --env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" \
 -v ${PWD}:/project \
 -v ${PWD##*/}-node-modules:/project/node_modules \
 -v ~/.cache/electron:/root/.cache/electron \
 -v ~/.cache/electron-builder:/root/.cache/electron-builder \
 electronuserland/builder:wine bash -c "wine --version"

Expected behavior

No response

Example repository

No response

Anything else?

No response

@gengjiawen gengjiawen added the bug Something isn't working label Jun 24, 2024
@gengjiawen gengjiawen changed the title wine not usage in docker wine not usable in docker Jun 24, 2024
@github-actions github-actions bot added the team: team-experience Belonging to the Experience team label Jun 24, 2024
@axonasif
Copy link
Member

@axonasif
Copy link
Member

BTW @gengjiawen, I emailed you at [email protected] (got it from your profile here). We sent you something! Please check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team: team-engine team: team-experience Belonging to the Experience team
Projects
None yet
Development

No branches or pull requests

2 participants