Sha256: d8bb3bfd15959b6b55f428b42d61df544b175aa6668cd91a86880c8b3a1b9720
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
FROM ruby:3.2.2-alpine3.19 ARG MIHARI_VERSION=0.0.0 RUN apk --no-cache add git build-base ruby-dev postgresql-dev && \ gem install pg && \ gem install mihari -v ${MIHARI_VERSION} && \ apk del --purge git build-base ruby-dev && \ rm -rf /usr/local/bundle/cache/* ENTRYPOINT ["mihari"] CMD ["--help"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mihari-7.0.0 | Dockerfile |