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 e90321f commit 754379cCopy full SHA for 754379c
src/jekyll/.devcontainer/Dockerfile
@@ -14,6 +14,9 @@ ENV LANG=en_US.UTF-8 \
14
15
# Install bundler, latest jekyll, and github-pages for older jekyll
16
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
20
RUN gem install bundler jekyll github-pages
21
22
RUN chown -R "vscode:rvm" "/usr/local/rvm/" \
0 commit comments