summaryrefslogtreecommitdiffstats
path: root/third_party/rust/png/Dockerfile
blob: 780e28c09b220537469032546fd7f6fa53105c83 (plain)
1
2
3
4
5
FROM rustlang/rust:nightly
WORKDIR /image-png
COPY . .
RUN cargo install cargo-fuzz
RUN cargo fuzz run decode -- -runs=0