We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1cdb7 commit ce587f4Copy full SHA for ce587f4
hubot/Dockerfile
@@ -11,7 +11,7 @@ ENV HUBOT_DESCRIPTION=$HUBOT_NAME-$HUBOT_ADAPTER
11
ENV HUBOT_SLACK_TOKEN=
12
13
RUN set -xe \
14
- && apk add --update ca-certificates nodejs nodejs-npm \
+ && apk add --update ca-certificates nodejs nodejs-npm python3 \
15
&& npm install -g yo generator-hubot \
16
&& adduser -s /bin/sh -D hubot
17
@@ -33,7 +33,10 @@ RUN set -xe \
33
url \
34
&& sed -i -r 's/^\s+#//' scripts/example.coffee
35
36
-VOLUME /home/hobot
+VOLUME /home/hobot \
37
+ /usr/local/bin \
38
+ /usr/lib/python3.6/site-packages
39
+
40
EXPOSE 8080
41
42
CMD ["./bin/hubot", "--adapter", "slack"]
0 commit comments