🐳 Docker image for building Ionic apps with Capacitor.
Build from GitHub:
docker build -t robingenz/ionic-capacitor github.com/robingenz/docker-ionic-capacitor
Available build arguments:
- JAVA_VERSION (Default:
11
) - NODEJS_VERSION (Default:
16
) - ANDROID_SDK_VERSION (Default:
9477386
) - ANDROID_BUILD_TOOLS_VERSION (Default:
33.0.0
) - ANDROID_PLATFORMS_VERSION (Default:
32
) - GRADLE_VERSION (Default:
7.4.2
) - IONIC_VERSION (Default:
6.20.8
) - CAPACITOR_VERSION (Default:
4.6.3
)
Run the docker image:
docker run -it robingenz/ionic-capacitor bash
If you got any questions or problems using the image, please visit my GitHub Repository and write an issue.