We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8530200 commit b9f15b1Copy full SHA for b9f15b1
docs/Dockerfile
@@ -8,7 +8,8 @@ RUN apt-get update && \
8
apt-get install -y ruby ruby-dev && \
9
apt-get clean
10
11
-RUN gem install jekyll bundler
+RUN gem install jekyll -v 3.8.5
12
+RUN gem install bundler
13
RUN gem install jekyll-redirect-from pygments.rb
14
15
WORKDIR /mnt/sparkdl
0 commit comments