Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabe committed Feb 11, 2016
1 parent 885c310 commit 12ad8bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM debian:latest

RUN apt-get update && apt-get install -y \
build-essential \
nodejs \
npm \
&& ln -s /usr/bin/nodejs /usr/bin/node \
&& rm -rf /var/lib/apt/lists/*

RUN npm install -g bower gulp-cli typescript \
&& npm cache clean

0 comments on commit 12ad8bd

Please sign in to comment.