mattermost-desktop/docker/Dockerfile
2015-12-10 00:29:04 +09:00

10 lines
282 B
Docker

FROM suchja/wine:latest
MAINTAINER Yuya Ochiai <yuya0321@gmail.com>
ENV NODE_VERSION=v4.2.3
ENV PATH=$HOME/.nodebrew/current/bin:$PATH
USER xclient
# install Node.js
RUN curl -L git.io/nodebrew | perl - setup && nodebrew install-binary $NODE_VERSION && nodebrew use $NODE_VERSION