From d175a308233cb490dfb2532b5c815ddaa3f6eb74 Mon Sep 17 00:00:00 2001 From: Wild Kat Date: Mon, 13 Aug 2018 22:04:27 +0200 Subject: add sequel and gpgme source deps to Dockerfile (#1486) --- CHANGELOG.md | 2 +- Dockerfile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1