aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-12-05 20:39:37 +0000
committerCody Hiar <codyfh@gmail.com>2017-12-05 20:39:37 +0000
commit014630003f062891c45d23e5f22c4748dc14f7f5 (patch)
tree589cb72ae73c84c45b4cd136b494d744d3b14612
parentda2de0db9c30d2fd84fe37c941e79d4df0d7e29c (diff)
Adding dasht documentation
-rw-r--r--.gitignore1
-rw-r--r--Dockerfile12
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index af0515c..46c07c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ package
nvim
vim-options
.mypy_cache
+dasht
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
@@ -73,6 +75,16 @@ RUN pip3 install neovim jedi flake8 flake8-docstrings flake8-isort flake8-quotes
########################################
+# 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
########################################
# Add some aliases