From cc7f21204f10e7a3611431f59b446c604d665583 Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 17 Nov 2023 18:30:28 +0800 Subject: [PATCH] update hubot --- hubot/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hubot/Dockerfile b/hubot/Dockerfile index 5f61f18..d5a3e98 100644 --- a/hubot/Dockerfile +++ b/hubot/Dockerfile @@ -11,6 +11,8 @@ ENV HUBOT_DESCRIPTION=$HUBOT_NAME-$HUBOT_ADAPTER ENV HUBOT_LOG_LEVEL=info ENV HUBOT_SLACK_TOKEN= +ENV PATH=/home/hubot/node_modules/.bin:$PATH + RUN set -xe \ && apk add --update bash ca-certificates nodejs npm python3 \ && npm install -g yo generator-hubot \