mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-18 22:14:17 +00:00
committed by
Filippo Valsorda
parent
fb293ef526
commit
e58a8859b9
@@ -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"]
|
||||
Reference in New Issue
Block a user