Skip to content

Create Dockerfile - #14

Open
mbharanya wants to merge 1 commit into
ytsutano:masterfrom
mbharanya:master
Open

Create Dockerfile#14
mbharanya wants to merge 1 commit into
ytsutano:masterfrom
mbharanya:master

Conversation

@mbharanya

@mbharanya mbharanya commented Jul 14, 2025

Copy link
Copy Markdown

Subject: Add Docker Support and Update README

This pull request introduces Docker support for axmldec to provide an easier and more consistent build and execution environment. It also includes updates to the documentation to reflect these changes.

Changes:

  1. Added Dockerfile: A multi-stage Dockerfile has been added to the project root.
    • It uses a builder stage to compile the application, which keeps the final image small.
    • It includes all necessary dependencies (ca-certificates, boost libraries, zlib) to prevent common build and runtime errors.
  2. Updated README.md: The README has been updated with a new section, "4.2 Building and Running with Docker".
    • This section provides clear, step-by-step instructions for building the Docker image and running axmldec within a container to process both AndroidManifest.xml and .apk files.

These changes make it significantly easier for users on any platform to use axmldec without having to manually install dependencies on their host system.

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

Successfully merging this pull request may close these issues.

1 participant