dep-ygopro-core/scripts/Dockerfile

4 lines
105 B
Text
Raw Permalink Normal View History

ARG target_arch=x86_64-linux-musl
FROM muslcc/x86_64:$target_arch as builder
RUN apk --no-cache add make