Skip to content

Commit 075d0c0

Browse files
Jacob BryanJacob Bryan
authored andcommitted
Merge pull request #2 from theRiddler91/master
Added a Dockerfile for creating a test environment
2 parents b1e63e2 + 4f622d5 commit 075d0c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)