Skip to content

Commit 754379c

Browse files
Jekyll: Pins "sass-embedded" to unblock build failures (devcontainers#604)
1 parent e90321f commit 754379c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/jekyll/.devcontainer/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ENV LANG=en_US.UTF-8 \
1414

1515
# Install bundler, latest jekyll, and github-pages for older jekyll
1616
RUN gem update --system
17+
18+
# https://github.com/ntkme/sass-embedded-host-ruby/issues/130
19+
RUN gem install sass-embedded -v 1.62.1
1720
RUN gem install bundler jekyll github-pages
1821

1922
RUN chown -R "vscode:rvm" "/usr/local/rvm/" \

0 commit comments

Comments
 (0)