spell 0.1.6

Spell is a Streaming Parser for Event Logs using an LCS (Longest Common Subsequence)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
FROM rust:1.32.0-slim

RUN apt-get update && apt-get install -y \
    curl \
    python3 \
    && rm -rf /var/lib/apt/lists/*

RUN curl https://bootstrap.pypa.io/get-pip.py | python3

# Using fork unti this is merged:
# https://github.com/getsentry/milksnake/pull/25
# Without this building inside docker fails.
RUN pip3 install https://github.com/nbigaouette/milksnake/archive/24-find_files-in-paths.zip