diff options
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 5f45b8e..2b4882a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,9 @@ FROM python:2.7-stretch #COPY backports.list /etc/apt/sources.list.d/ -RUN apt-get -y update && apt-get install -y mercurial fonts-freefont-ttf locales survex +RUN apt-get -y update && apt-get install -y mercurial \ + fonts-freefont-ttf locales survex python-levenshtein \ + python-pygraphviz #RUN apt-get -y -t -backports install survex |