1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Update website testing

This commit is contained in:
Tim Byrne
2024-10-31 14:49:48 -05:00
parent 06ce3f7933
commit 12ab79b337
4 changed files with 282 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM jekyll/jekyll:4.0.0
FROM jekyll/jekyll:4
MAINTAINER Tim Byrne <sultan@locehilios.com>
# Convenience settings for the testbed's root account
@@ -8,6 +8,10 @@ RUN echo 'set -o vi' >> /root/.bashrc
RUN touch /.yadmjekyll
# Extra dependencies for testing
RUN gem install html-proofer
# RUN gem install zeitwerk -v 2.6.18
# RUN gem install nokogiri -v 1.15.6
# RUN gem install webrick
RUN gem uninstall html-proofer
RUN gem install html-proofer -v '~> 3'
RUN apk add --update py-pip
RUN pip install yamllint==1.15.0