about summary refs log tree commit diff homepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-05-23 17:07:50 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-07-26 10:25:09 +0100
commitba0a6136cf6bd446af64e66d8b21e8ba1018a96e (patch)
tree5a7a9a39ddfd9634e18a607ee799f596c6b24ca2 /Dockerfile
parentf75a6941eee820ebdeae14cc10c24ecd5ec04579 (diff)
downloadklee-ba0a6136cf6bd446af64e66d8b21e8ba1018a96e.tar.gz
Install emacs and vim in the Docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 11185076..7050837d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,7 +37,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 && \
+RUN apt update && apt -y --no-install-recommends install sudo emacs vim && \
     rm -rf /var/lib/apt/lists/* && \
     useradd -m klee && \
     echo klee:klee | chpasswd && \