5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
|
# syntax=docker/dockerfile:1
|
||
|
|
||
|
FROM alpine
|
||
|
RUN cat /etc/*release
|