aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-12 16:50:52 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-03-12 16:50:52 +0000
commited028cc5a2966cc52064ccdc1bf01f15da917ad9 (patch)
tree19130ad6a398cc23782b7135829f22dc93619bd9 /Dockerfile
parentinitial commit (diff)
downloadTCPDBench-ed028cc5a2966cc52064ccdc1bf01f15da917ad9.tar.gz
TCPDBench-ed028cc5a2966cc52064ccdc1bf01f15da917ad9.zip
Add some missing dependencies in dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 61f5f840..f84ebaac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,9 @@ RUN apt-get update && \
git \
build-essential \
r-base \
- latexmk
+ latexmk \
+ libopenmpi-dev \
+ liblzma-dev
# Make sure python means python3
RUN apt-get install -y --no-install-recommends \
@@ -27,7 +29,7 @@ RUN git clone https://github.com/alan-turing-institute/TCPD
RUN cd TCPD && make export
# Clone the repo
-RUN git clone https://github.com/alan-turing-institute/TCPDBench
+RUN git clone --recurse-submodules https://github.com/alan-turing-institute/TCPDBench
# Copy the datasets into the benchmark dir
RUN mkdir -p TCPDBench/datasets && cp TCPD/export/*.json TCPDBench/dataset/