mirror of
https://github.com/edo9300/ygopro-core
synced 2026-08-25 16:23:07 -04:00
3 lines
105 B
Docker
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
|