summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Dockerfile3
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9983c24..5ba8263 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@
* MISC: Added verbiage to set OXIDIZED_HOME correctly under Debian 8.8 w/systemd
* FEATURE: add viptela model (@bobthebutcher)
* FEATURE: add ECI Telecom Appolo platform bij arien.vijn@linklight.nl
-
+* MISC: add gpgme and sequel gems to Dockerfile for sources
## 0.24.0
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