Skip to content

Commit

Permalink
remove install of package as its in the base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 6, 2022
1 parent 8370ca1 commit 29a745f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ if [[ "${PORT_LIVERELOAD}" == "" ]]; then
PORT_LIVERELOAD=$(cat dev-livereload.port)
fi

# install ruby-devel
apt-get install -y ruby-dev

gem install i18n jekyll bundler jemoji nokogiri -n /usr/local/bin

bundle install
Expand Down

0 comments on commit 29a745f

Please sign in to comment.