GCR/Dockerfile
2022-08-22 23:48:09 +02:00

4 lines
66 B
Docker

FROM archlinux:latest
RUN cat /etc/os-release
ENTRYPOINT ["bash"]