Skip to content
This repository has been archived by the owner on Aug 28, 2020. It is now read-only.

Commit

Permalink
Docker: Downgrades to gollum 4.1.3
Browse files Browse the repository at this point in the history
Live Preview doesn't display any data
  • Loading branch information
schnatterer committed Oct 12, 2018
1 parent 307a99e commit b667e20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ FROM ruby:2.4.1-alpine

MAINTAINER Johannes Schnatterer <johannes@schnatterer.info>

ENV GOLLUM_VERSION="4.1.3"

# Additional gollom config: See https://github.com/gollum/gollum#configuration
# e.g '--config /config/gollum.ru', in addition to -v /FOLDER/ON/HOST:/gollum/config
ENV GOLLUM_PARAMS=''
Expand All @@ -48,7 +50,7 @@ RUN \
# Useful for backup
rsync openssh \
# Install gollum
&& gem install gollum \
&& gem install gollum -v $GOLLUM_VERSION \
# cleanup apk cache
&& rm -rf /var/cache/apk/* \
# Initialize wiki data.
Expand Down

0 comments on commit b667e20

Please sign in to comment.