github.com/anchore/syft@v1.38.2/syft/pkg/cataloger/binary/test-fixtures/image-jruby/Dockerfile (about) 1 FROM --platform=linux/amd64 alpine:latest AS builder 2 3 RUN wget -O jruby_windows_9_3_15_0.exe https://s3.amazonaws.com/jruby.org/downloads/9.3.15.0/jruby_windows_9_3_15_0.exe 4 5 FROM scratch 6 7 COPY --from=builder /jruby_windows_9_3_15_0.exe /jruby_windows_9_3_15_0.exe