From bcb0b67a5771b15105341d6ec1723db7ec1a4cc6 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Thu, 10 Oct 2019 21:51:47 +0100 Subject: Add missing file utility in docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 && \ -- cgit 1.4.1