Blob Blame History Raw
# A workflow with docker is still uncertain.
# Keep watching below file and other module's situation.
# https://github.com/container-images/container-image-template/blob/master/Dockerfile.template
FROM registry.fedoraproject.org/f26-modular/boltron

WORKDIR /build
COPY . .

ENV LC_CTYPE C.UTF-8

RUN dnf -y update
RUN dnf -y --nodocs install \
  ruby \
  && dnf -y clean all

CMD /bin/bash