mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update hubot
This commit is contained in:
@@ -23,7 +23,14 @@ RUN set -xe \
|
||||
--description $HUBOT_DESCRIPTION \
|
||||
--adapter $HUBOT_ADAPTER \
|
||||
--defaults \
|
||||
&& npm install hubot-$HUBOT_ADAPTER --save \
|
||||
&& npm install --save hubot-$HUBOT_ADAPTER \
|
||||
htmlparser \
|
||||
moment \
|
||||
querystring \
|
||||
soupselect \
|
||||
underscore \
|
||||
underscore.string \
|
||||
url \
|
||||
&& sed -i -r 's/^\s+#//' scripts/example.coffee
|
||||
|
||||
VOLUME /home/hobot
|
||||
|
||||
@@ -23,7 +23,14 @@ RUN set -xe \
|
||||
--description $HUBOT_DESCRIPTION \
|
||||
--adapter $HUBOT_ADAPTER \
|
||||
--defaults \
|
||||
&& npm install hubot-$HUBOT_ADAPTER --save \
|
||||
&& npm install --save hubot-$HUBOT_ADAPTER \
|
||||
htmlparser \
|
||||
moment \
|
||||
querystring \
|
||||
soupselect \
|
||||
underscore \
|
||||
underscore.string \
|
||||
url \
|
||||
&& sed -i -r 's/^\s+#//' scripts/example.coffee
|
||||
|
||||
VOLUME /home/hobot
|
||||
|
||||
Reference in New Issue
Block a user