summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorNeil Lathwood <neil@lathwood.co.uk>2018-02-21 10:36:38 +0000
committerNeil Lathwood <neil@lathwood.co.uk>2018-02-21 10:36:38 +0000
commit9156243b9debfc0bc2b05dfe98a910ce5153bf49 (patch)
tree57cc5ec5539bb38f1055af79314b74a6d20cfd7b /Dockerfile
parent7c108b6b7a3277aac44455b93a587d1d01a58041 (diff)
parenta42d1bad82e37975d674b560b18bc153a2786669 (diff)
rebased
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 49ebb6e..e72a449 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Samer Abdel-Hafez <sam@arahant.net>
RUN add-apt-repository ppa:brightbox/ruby-ng && \
apt-get update && \
- apt-get install -y ruby2.3 ruby2.3-dev libsqlite3-dev libssl-dev pkg-config make cmake libssh2-1-dev git g++
+ apt-get install -y ruby2.3 ruby2.3-dev libsqlite3-dev libssl-dev pkg-config make cmake libssh2-1-dev git g++ libffi-dev
RUN mkdir -p /tmp/oxidized
COPY . /tmp/oxidized/