Automate release draft

This commit is contained in:
Yuya Ochiai
2015-12-11 23:24:12 +09:00
parent 4559811bf4
commit 46e62c0ae1
3 changed files with 68 additions and 6 deletions

View File

@@ -3,7 +3,10 @@ MAINTAINER Yuya Ochiai <yuya0321@gmail.com>
ENV NODE_VERSION=v4.2.3
ENV PATH=$HOME/.nodebrew/current/bin:$PATH
USER xclient
USER root
RUN apt-get update && apt-get -y install wget bzip2 zip
USER xclient
# install Node.js
RUN curl -L git.io/nodebrew | perl - setup && nodebrew install-binary $NODE_VERSION && nodebrew use $NODE_VERSION