beevelop/ionic
Latest Ionic based on the latest Cordova, the latest Node.js and the latest Android
500K+
FROM beevelop/cordova ENV IONIC_VERSION 5.2.3 RUN apt-get update && apt-get install -y git bzip2 openssh-client && \ npm i -g --unsafe-perm ionic@${IONIC_VERSION} && \ ionic --no-interactive config set -g daemon.updates false && \ rm -rf /var/lib/apt/lists/* && apt-get clean