diff options
author | Wild Kat <wk@users.noreply.github.com> | 2018-08-13 22:04:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 22:04:27 +0200 |
commit | d175a308233cb490dfb2532b5c815ddaa3f6eb74 (patch) | |
tree | cf793f28d5e161c9f1366a92869e1fee22840489 /Dockerfile | |
parent | e3b58e85211dd1cffcb0018ca8f8534275b6d383 (diff) |
add sequel and gpgme source deps to Dockerfile (#1486)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ RUN dpkg -i /tmp/*.deb # dependencies for hooks RUN gem install aws-sdk slack-api xmpp4r cisco_spark +# dependencies for sources +RUN gem install gpgme sequel + # build and install oxidized COPY . /tmp/oxidized/ WORKDIR /tmp/oxidized |