4 lines
66 B
Docker
4 lines
66 B
Docker
|
FROM archlinux:latest
|
||
|
RUN cat /etc/os-release
|
||
|
ENTRYPOINT ["bash"]
|