about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorMartin Nowack <m.nowack@imperial.ac.uk>2019-10-10 21:51:47 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-10-16 21:29:31 +0100
commitbcb0b67a5771b15105341d6ec1723db7ec1a4cc6 (patch)
tree51d696bb5ebdabc8d4762cd95802140866e528e9 /Dockerfile
parent95ce1601c380341ef3b1043644c66be754e345c0 (diff)
downloadklee-bcb0b67a5771b15105341d6ec1723db7ec1a4cc6.tar.gz
Add missing file utility in docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f9e7c291..4a307e01 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,7 +39,7 @@ LABEL maintainer="KLEE Developers"
 # TODO remove adding sudo package
 # Create ``klee`` user for container with password ``klee``.
 # and give it password-less sudo access (temporarily so we can use the TravisCI scripts)
-RUN apt update && apt -y --no-install-recommends install sudo emacs vim && \
+RUN apt update && apt -y --no-install-recommends install sudo emacs vim file && \
     rm -rf /var/lib/apt/lists/* && \
     useradd -m klee && \
     echo klee:klee | chpasswd && \