Sha256: b3da0fedcb86f235c4dcc3631d9f9b571a61c9d240005ce8080795057f20c8bf
Contents?: true
Size: 125 Bytes
Versions: 2
Compression:
Stored size: 125 Bytes
Contents
FROM ruby:2.5.1 ENV LANG C.UTF-8 RUN mkdir /myapp WORKDIR /myapp RUN gem install yasd CMD ["bundle", "exec", "yasd", "-h"]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yasd-0.1.1 | Dockerfile |
yasd-0.1.0 | Dockerfile |