mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-04-19 22:11:08 +01:00
Part one of getting troggle to work with django 1.10
Major rework of how survex is processed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user