{"id":23343337,"url":"https://github.com/theanam/docker-apktool","last_synced_at":"2026-03-04T10:32:17.266Z","repository":{"id":44178646,"uuid":"156429147","full_name":"theanam/docker-apktool","owner":"theanam","description":"Docker image for Latest Apktool 🛠","archived":false,"fork":false,"pushed_at":"2022-02-11T04:53:26.000Z","size":2,"stargazers_count":19,"open_issues_count":1,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T02:53:48.813Z","etag":null,"topics":["apktool","docker"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/theanam/apktool/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theanam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-06T18:29:52.000Z","updated_at":"2024-07-12T08:11:28.000Z","dependencies_parsed_at":"2022-09-10T20:22:15.163Z","dependency_job_id":null,"html_url":"https://github.com/theanam/docker-apktool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theanam/docker-apktool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theanam%2Fdocker-apktool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theanam%2Fdocker-apktool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theanam%2Fdocker-apktool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theanam%2Fdocker-apktool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theanam","download_url":"https://codeload.github.com/theanam/docker-apktool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theanam%2Fdocker-apktool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apktool","docker"],"created_at":"2024-12-21T06:14:49.283Z","updated_at":"2026-03-04T10:32:17.246Z","avatar_url":"https://github.com/theanam.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Docker Image for apktool\n\n\nBased on `OpenJDK 8` and `Apktool 2.4.0`, I have plans to keep this updated (you can contribute too)\n\n### System Requirements:\n\n* [Docker](https://www.docker.com/get-started) 18.06.1+\n\n### How to use: \n\nfor `99.99%` of cases, you probably want to run the command once, and then remove the container.\n\nTo run it once use the following command (will take longer for the first time):\n\n    docker run --rm -v `pwd`:/app theanam/apktool d apk_file.apk\n\nthis should decompile the apk file `apk_file.apk`\n\n### Better way to use: \n\nYou might convert the above command to an alias. Open your `.bashrc` or `.zshrc` or any other shell configuration file, add the following at the very end:\n\n    alias apktool=\"docker run --rm -v `pwd`:/app theanam/apktool\"\n\nonce you close and open a new terminal window once after that, you can use the tool from command line in a cleaner way as the command (apktool) will be available:\n\n    apktool d apk_file.apk\n\n\n\nor you can use any other command line arguments mentioned in their official Site: \u003chttps://ibotpeaches.github.io/Apktool/\u003e\n\n\u003e Applications are properties of their respective owners.\n\n\n### Tools used:\n\n1. Docker (\u003chttps://docker.io\u003e)\n2. apktool (https://ibotpeaches.github.io/Apktool/)\n3. openJDK Docker Image (https://hub.docker.com/_/openjdk/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheanam%2Fdocker-apktool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheanam%2Fdocker-apktool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheanam%2Fdocker-apktool/lists"}