This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 924695a9 YETUS-1262. Remove middleman-livereload from Dockerfile gem
cache (#363)
924695a9 is described below
commit 924695a92a0da85aafe2029b82d366bea3b3c0f1
Author: Nick Dimiduk <[email protected]>
AuthorDate: Sun Mar 1 13:18:18 2026 +0100
YETUS-1262. Remove middleman-livereload from Dockerfile gem cache (#363)
---
asf-site-src/Dockerfile | 1 -
1 file changed, 1 deletion(-)
diff --git a/asf-site-src/Dockerfile b/asf-site-src/Dockerfile
index 4ce8a400..c67e367e 100644
--- a/asf-site-src/Dockerfile
+++ b/asf-site-src/Dockerfile
@@ -81,7 +81,6 @@ ENV GEM_HOME=${BUNDLE_PATH}
# hadolint ignore=DL3028
RUN gem install bundler \
middleman:'4.5.0' \
- middleman-livereload \
middleman-syntax \
nokogiri:1.15.4 \
sassc:2.4.0 \