File tree 4 files changed +19
-12
lines changed
4 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1
- FROM ruby:latest
1
+ FROM ruby:slim
2
2
3
3
# uncomment these if you are having this issue with the build:
4
4
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)
@@ -24,6 +24,7 @@ RUN apt-get update -y && \
24
24
apt-get install -y --no-install-recommends \
25
25
build-essential \
26
26
curl \
27
+ git \
27
28
imagemagick \
28
29
inotify-tools \
29
30
locales \
Original file line number Diff line number Diff line change @@ -26,4 +26,6 @@ group :other_plugins do
26
26
gem 'css_parser'
27
27
gem 'feedjira'
28
28
gem 'httparty'
29
+ gem 'observer' # used by jekyll-scholar
30
+ gem 'ostruct' # used by jekyll-twitter-plugin
29
31
end
Original file line number Diff line number Diff line change 54
54
feedjira (3.2.3 )
55
55
loofah (>= 2.3.1 , < 3 )
56
56
sax-machine (>= 1.0 , < 2 )
57
- ffi (1.17.0 -aarch64-linux-gnu )
58
- ffi (1.17.0 -aarch64-linux-musl )
59
- ffi (1.17.0 -arm-linux-gnu )
60
- ffi (1.17.0 -arm-linux-musl )
61
- ffi (1.17.0 -arm64-darwin )
62
- ffi (1.17.0 -x86-linux-gnu )
63
- ffi (1.17.0 -x86-linux-musl )
64
- ffi (1.17.0 -x86_64-darwin )
65
- ffi (1.17.0 -x86_64-linux-gnu )
66
- ffi (1.17.0 -x86_64-linux-musl )
57
+ ffi (1.17.1 -aarch64-linux-gnu )
58
+ ffi (1.17.1 -aarch64-linux-musl )
59
+ ffi (1.17.1 -arm-linux-gnu )
60
+ ffi (1.17.1 -arm-linux-musl )
61
+ ffi (1.17.1 -arm64-darwin )
62
+ ffi (1.17.1 -x86-linux-gnu )
63
+ ffi (1.17.1 -x86-linux-musl )
64
+ ffi (1.17.1 -x86_64-darwin )
65
+ ffi (1.17.1 -x86_64-linux-gnu )
66
+ ffi (1.17.1 -x86_64-linux-musl )
67
67
forwardable-extended (2.6.0 )
68
68
gemoji (4.1.0 )
69
69
google-protobuf (4.29.2 )
198
198
racc (~> 1.4 )
199
199
nokogiri (1.18.1-x86_64-linux-musl )
200
200
racc (~> 1.4 )
201
+ observer (0.1.2 )
202
+ ostruct (0.6.1 )
201
203
pathutil (0.16.2 )
202
204
forwardable-extended (~> 2.6 )
203
205
public_suffix (6.0.1 )
@@ -284,6 +286,8 @@ DEPENDENCIES
284
286
jekyll-toc
285
287
jekyll-twitter-plugin
286
288
jemoji
289
+ observer
290
+ ostruct
287
291
terser
288
292
unicode_utils
289
293
webrick
Original file line number Diff line number Diff line change 1
1
# this file uses prebuilt image in dockerhub
2
2
services :
3
3
jekyll :
4
- image : amirpourmand/al-folio:v0.13.2
4
+ image : amirpourmand/al-folio:v0.13.3
5
5
build : .
6
6
# uncomment these if you are having this issue with the build:
7
7
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)
You can’t perform that action at this time.
0 commit comments