dep-ygopro-core/scripts/Dockerfile
2024-09-08 01:04:50 +02:00

3 lines
105 B
Docker

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