You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheLocehiliosan_yadm/Dockerfile

14 lines
381 B

FROM jekyll/jekyll:4.0.0
MAINTAINER Tim Byrne <sultan@locehilios.com>
# Convenience settings for the testbed's root account
RUN echo 'set -o vi' >> /root/.bashrc
# Create a flag to identify when running inside the yadm/jekyll image
RUN touch /.yadmjekyll
# Extra dependencies for testing
RUN gem install html-proofer
RUN apk add --update py-pip
RUN pip install yamllint==1.15.0