GCR/Dockerfile

4 lines
66 B
Docker
Raw Normal View History

2022-08-22 23:48:09 +02:00
FROM archlinux:latest
RUN cat /etc/os-release
ENTRYPOINT ["bash"]