Skip to content

Commit

Permalink
install correct sass-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
bishabosha committed Feb 6, 2023
1 parent ec261b6 commit 9db5c9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_spec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ RUN apt-get install -y curl \
&& apt-get install -y nodejs \
&& curl -L https://www.npmjs.com/install.sh | sh

RUN gem install bundler:1.17.2 jekyll
RUN gem update --system
RUN gem install sass-embedded -v 1.58.0
RUN gem install bundler:1.17.2 jekyll

WORKDIR /srv/jekyll

Expand Down

0 comments on commit 9db5c9e

Please sign in to comment.