diff options
author | Wild Kat <wk@futureinquestion.net> | 2018-04-15 09:29:32 +0200 |
---|---|---|
committer | Wild Kat <wk@futureinquestion.net> | 2018-04-15 09:29:32 +0200 |
commit | cd92bac4a582eb8e19d9d036455591c9684eae72 (patch) | |
tree | 472d224c3bd190352320a324c4cd4882d7b01f18 /Dockerfile | |
parent | a26a1f78a71a03f5de7bbeee11a87d57be6a5343 (diff) |
add cisco_spark gem to docker container for ciscosparkdiff hook
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ COPY --from=libssh2-backport \ RUN dpkg -i /tmp/*.deb # dependencies for hooks -RUN gem install aws-sdk slack-api xmpp4r +RUN gem install aws-sdk slack-api xmpp4r cisco_spark # build and install oxidized COPY . /tmp/oxidized/ |