mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 12:13:38 +00:00
c788212aad
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
6 lines
80 B
Go
6 lines
80 B
Go
FROM --platform=$TARGETPLATFORM alpine
|
|
|
|
RUN uname -a > /os.txt
|
|
|
|
CMD cat /os.txt
|