An open API service indexing awesome lists of open source software.

https://github.com/dweinstein/dockerfile-apktool

docker container file for apktool
https://github.com/dweinstein/dockerfile-apktool

Last synced: about 2 months ago
JSON representation

docker container file for apktool

Awesome Lists containing this project

README

        

# SYNOPSIS

docker container file for apktool

Releases will be tagged with apktool versions.

# USAGE

```
docker pull dweinstein/apktool
docker run -t -i --rm -v /path/to/apks/:/apks dweinstein/apktool

# java -jar ./apktool.jar /apks/foo.apk
```