This commit is contained in:
2022-08-22 23:48:09 +02:00
parent d0dae8a986
commit 21e4b6f35a
3 changed files with 43 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM archlinux:latest
RUN cat /etc/os-release
ENTRYPOINT ["bash"]