Test
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM archlinux:latest
|
||||
RUN cat /etc/os-release
|
||||
ENTRYPOINT ["bash"]
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
FROM archlinux:latest
|
||||
RUN cat /etc/os-release
|
||||
ENTRYPOINT ["bash"]
|
||||