File: Dockerfile.test

package info (click to toggle)
ruby-spamcheck 1.0.0%2Bgit20220819.662e6bf-2
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 620 kB
  • sloc: python: 828; ruby: 422; makefile: 40
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
FROM ruby:latest

RUN gem install spamcheck
COPY tests/integration/run.rb /tests/run.rb

CMD ["ruby", "/tests/run.rb"]