doc: add age(1) and age-keygen(1) man pages

Closes #131
This commit is contained in:
Filippo Valsorda
2021-05-25 20:36:23 +02:00
committed by Filippo Valsorda
parent fb293ef526
commit e58a8859b9
9 changed files with 340 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM ruby:3.0.1-buster
RUN apt-get update && apt-get install -y groff
RUN bundle config --global frozen 1
COPY Gemfile Gemfile.lock ./
RUN bundle install
ENTRYPOINT ["bash", "-O", "globstar", "-c", \
"/usr/local/bundle/bin/ronn **/*.ronn"]