From be77a73dd26b5eb6c2c9bf011908cc3881332b63 Mon Sep 17 00:00:00 2001 From: kev Date: Sat, 26 Sep 2015 16:57:49 +0800 Subject: [PATCH] user node:slim --- hubot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubot/Dockerfile b/hubot/Dockerfile index b346416..f93f20d 100644 --- a/hubot/Dockerfile +++ b/hubot/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile for hubot # -FROM node +FROM node:slim MAINTAINER kev ENV HUBOT_NAME=hubot