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

Build the application inside a Docker container #82

Open
NicolasToussaint opened this issue Oct 28, 2024 · 4 comments
Open

Build the application inside a Docker container #82

NicolasToussaint opened this issue Oct 28, 2024 · 4 comments
Labels
question Further information is requested

Comments

@NicolasToussaint
Copy link

I would like to build my own APK files inside Docker, but I'm struggling to build an image that successfuly executes the build_release.sh script.

Has anyone come up with a working Dockerfile ?

@Sesu8642
Copy link
Owner

Any error message?
The issue might be that the file in the repo is not executable. Try chmod +x first if you haven't.

@Sesu8642 Sesu8642 added the question Further information is requested label Oct 28, 2024
@Sesu8642
Copy link
Owner

Any update on this?

@NicolasToussaint
Copy link
Author

Sorry @Sesu8642, I still would like to do this but had little time recently.
My problem lies at the very start ... not sure how to build the Dockerfile at all. I was wondering if anyone had a Dockerfile to share.

@Sesu8642
Copy link
Owner

I do not have a Dockerfile unfortunately but maybe these resources can be useful to you. Basically all you should need is a JDK for the desktop build and the Android SDK. I wrote down some instructions here.
There is also the GitHub CI which uses container images already. Check out this file for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants