From 014630003f062891c45d23e5f22c4748dc14f7f5 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 5 Dec 2017 20:39:37 +0000 Subject: Adding dasht documentation --- Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 483a2ab..0d83b06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install -y \ bash \ curl \ + wget \ git \ software-properties-common \ python-dev \ @@ -24,6 +25,7 @@ RUN apt-get update && apt-get install -y \ netcat \ ranger \ ack-grep \ + sqlite3 \ locales # Generally a good idea to have these, extensions sometimes need them @@ -72,6 +74,16 @@ RUN pip install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes pep8-naming pep257 isort mypy +######################################## +# Dasht Documentation +######################################## +ADD dasht/bin/* /usr/local/bin/ +ENV DASHT_DOCSETS_DIR /root/.local/share/dasht/docsets +RUN mkdir -p /root/.local/share/dasht/docsets +RUN dasht-docsets-install --force django +RUN dasht-docsets-install --force python_3 + + ######################################## # Personalizations ######################################## -- cgit v1.2.3