aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Vartanian <flooey@gmail.com>2018-02-14 15:41:04 +0000
committerGitHub <noreply@github.com>2018-02-14 15:41:04 +0000
commitd5f0405aad315a6aabe84d570cf0010a837cc44b (patch)
tree066586c68538fbb242a65950be35b1c321f88a80
parent3ccead3bcddd51df48ee2ba2b8b2e2590328aed9 (diff)
downloadconscrypt-d5f0405aad315a6aabe84d570cf0010a837cc44b.tar.gz
Install emacs in Docker images. (#422)
I use emacs as an editor and it's annoying when it's not there.
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c0f084d1..bc22fd8e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,6 +8,7 @@ RUN yum install -y git \
wget \
which \
make \
+ emacs \
autoconf \
curl-devel \
unzip \