summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 36c650c..07adc0f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,6 +32,9 @@ COPY --from=libssh2-backport \
/tmp/
RUN dpkg -i /tmp/*.deb
+# dependencies for hooks
+RUN gem install aws-sdk slack-api xmpp4r
+
# build and install oxidized
COPY . /tmp/oxidized/
WORKDIR /tmp/oxidized
@@ -42,9 +45,6 @@ RUN gem install oxidized-*.gem
# web interface
RUN gem install oxidized-web --no-ri --no-rdoc
-# dependencies for hooks
-RUN gem install aws-sdk slack-api xmpp4r
-
# clean up
WORKDIR /
RUN rm -rf /tmp/oxidized