summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorWild Kat <wk@users.noreply.github.com>2018-08-13 22:04:27 +0200
committerGitHub <noreply@github.com>2018-08-13 22:04:27 +0200
commitd175a308233cb490dfb2532b5c815ddaa3f6eb74 (patch)
treecf793f28d5e161c9f1366a92869e1fee22840489 /Dockerfile
parente3b58e85211dd1cffcb0018ca8f8534275b6d383 (diff)
add sequel and gpgme source deps to Dockerfile (#1486)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 639c22c..e6d7733 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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