You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN scl enable rh-ruby26 -- gem install listen -v 3.0.8
RUN scl enable rh-ruby26 -- gem install ascii_binder
USER root
RUN yum install -y java-1.7.0-openjdk && \
yum clean all
LABEL url="http://www.asciibinder.org" \
summary="a documentation system built on Asciidoctor" \
description="AsciiBinder is for documenting versioned, interrelated projects. Run this container image from the documentation repository, which is mounted into the container. Note: Generated files will be owned by root." \