We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1e63e2 + 4f622d5 commit 075d0c0Copy full SHA for 075d0c0
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM debian:stable
2
+
3
+RUN apt-get update -y && apt-get upgrade -y
4
+RUN apt-get install -y build-essential curl git vim
5
+RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
6
+RUN apt-get install -y nodejs
7
+RUN npm install -g cordova gulp ionic
0 commit comments