4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
# syntax=docker/dockerfile-upstream:master
|
||
|
FROM alpine
|
||
|
RUN cat /etc/*release
|