1
2
3
4
5
6
7
8
9
10
11
12
13
FROM ramekin-agent

RUN apt-get update && apt-get install -y --no-install-recommends \
    bc \
    curl \
    grcov \
    jq \
    && rm -rf /var/lib/apt/lists/*

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --component clippy,llvm-tools-preview,rustfmt
ENV PATH="/root/.cargo/bin:${PATH}"

ENV RANGER_DEFAULT_BACKLOG=quire