Skip to content

Commit

Permalink
Add texcount, update gds_dev:6.0 and include logs
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Mar 2, 2021
1 parent 73a8c50 commit f0a876a
Show file tree
Hide file tree
Showing 2 changed files with 1,201 additions and 2 deletions.
14 changes: 12 additions & 2 deletions gds_dev/Dockerfile
@@ -1,5 +1,4 @@
FROM gds:latest
#FROM gds:6.0alpha1
FROM darribas/gds:6.0

#--- Decktape ---#
USER root
Expand Down Expand Up @@ -101,6 +100,17 @@ RUN wget https://gist.github.com/darribas/e2a560e562139b139b67b7d1c998257c/raw/b
&& cp texBuild.py /bin/texBuild.py \
&& python install_texbuild.py \
&& rm install_texbuild.py texBuild*

#--- Texcount ---#
RUN mkdir texcount_tmp \
&& cd texcount_tmp \
&& wget https://app.uio.no/ifi/texcount/download.php?file=texcount_3_2_0_41.zip \
&& unzip download.php?file=texcount_3_2_0_41.zip \
&& mv texcount.pl /usr/bin/texcount \
&& chmod +x /usr/bin/texcount \
&& cd .. \
&& rm -rf texcount_tmp

USER $NB_UID

#--- jekyll ---#
Expand Down

0 comments on commit f0a876a

Please sign in to comment.