Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
christianreiss authored Nov 5, 2017
2 parents 7237f7b + df88da5 commit 3ffdf62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM phusion/baseimage:0.9.16
FROM phusion/baseimage:latest
RUN apt-get update
RUN apt-get install -y aspell aspell-en aspell-af aspell-am aspell-ar aspell-ar-large aspell-bg aspell-bn aspell-br aspell-ca aspell-cs aspell-cy aspell-da aspell-de aspell-de-alt aspell-el aspell-eo aspell-es aspell-et aspell-eu-es aspell-fa aspell-fo aspell-fr aspell-ga aspell-gl-minimos aspell-gu aspell-he aspell-hi aspell-hr aspell-hsb aspell-hu aspell-hy aspell-id aspell-is aspell-it aspell-kk aspell-kn aspell-ku aspell-lt aspell-lv aspell-ml aspell-mr aspell-nl aspell-no aspell-nr aspell-ns aspell-or aspell-pa aspell-pl aspell-pt-br aspell-ro aspell-ru aspell-sk aspell-sl aspell-ss aspell-st aspell-sv aspell-ta aspell-te aspell-tl aspell-tn aspell-ts aspell-uk aspell-uz aspell-xh aspell-zu netcat
RUN apt-get install -y --force-yes npm git mongodb-server redis-server wget sudo time
RUN apt-get install -y aspell-*
RUN apt-get install -y --force-yes npm git mongodb-server redis-server wget sudo time netcat

RUN ln -s /usr/bin/nodejs /usr/bin/node

Expand All @@ -15,7 +15,7 @@ RUN git clone -b v0.2.0 --single-branch https://github.com/sharelatex/sharelatex
npm install -g grunt-cli; \
grunt install;

# install missing dependency until sharelatex resolves this bug
# install missing dependency until sharelatex resolves this bug
RUN npm install v8-profiler

ADD sharelatex.sh /usr/bin/sharelatex.sh
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# sharelatex-docker

A docker image for running sharelatex. Should still work, but not maintained, as ShareLaTex already have their own official image: https://hub.docker.com/r/sharelatex/sharelatex/

## Docker Image

To acquire the build image from the docker's repositories execute:
Expand Down

0 comments on commit 3ffdf62

Please sign in to comment.