4 lines
No EOL
70 B
Docker
4 lines
No EOL
70 B
Docker
FROM scratch
|
|
ARG TARGETARCH
|
|
COPY ./os-${TARGETARCH}/ /
|
|
CMD ["/bin/sh"] |