Sha256: 2e3deabee6c078cfbc9e14218935fd12e077dcb1df75bdb33c4f6b5483b7b495

Contents?: true

Size: 335 Bytes

Versions: 2

Compression:

Stored size: 335 Bytes

Contents

FROM ruby:2.6.6

RUN apt-get update -qq
RUN apt-get install -y flex bison

WORKDIR /app

COPY . ./
RUN gem install bundler:2.2.15
RUN bundle install

RUN git clone --recursive --branch v4.1.1 https://github.com/VirusTotal/yara.git /tmp/yara && \
  cd /tmp/yara/ && \
  ./bootstrap.sh && \
  ./configure && \
  make && \
  make install

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yara-ffi-3.1.0 Dockerfile
yara-ffi-3.0.0 Dockerfile