beevelop/ionic

By beevelop

Updated 12 months ago

Latest Ionic based on the latest Cordova, the latest Node.js and the latest Android

Image
95

500K+

Dockerfile
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