FROM ruby:3.2.4-alpine3.20 RUN apk add git RUN gem install gfsm COPY ./gfsmrc.yml ./gfsmrc.yml ENTRYPOINT [""]