From 85b196220ad05300b31c54453ee805b9d11a3019 Mon Sep 17 00:00:00 2001 From: nsaud01 Date: Fri, 13 Jan 2017 14:08:59 -0500 Subject: [PATCH] mattermost-integration-giphy Giphy Mattermost setup --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a4c08c..155c8c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,11 @@ FROM dockerfile/ubuntu # Install Python. RUN \ apt-get update && \ - apt-get install -y python python-dev python-pip python-virtualenv && \ - rm -rf /var/lib/apt/lists/* + apt-get install -y git python python-dev python-pip build-essential python-virtualenv && \ + rm -rf /var/lib/apt/lists/* \ + git clone https://github.com/numberly/mattermost-integration-giphy.git \ + cd mattermost-integration-giphy \ + python setup.py install # Define working directory. WORKDIR /data