From fc73bd4a564dc4f89129dc00344acdd95e68142b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 20 Dec 2021 20:36:17 +0200 Subject: Updated requirements and TODO --- ContainerFile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ContainerFile (limited to 'ContainerFile') diff --git a/ContainerFile b/ContainerFile new file mode 100644 index 0000000..f7ea0e1 --- /dev/null +++ b/ContainerFile @@ -0,0 +1,6 @@ +FROM fedora:latest +RUN sudo dnf update -y && sudo dnf install wget which git -y +COPY . /repo +RUN cd /repo && /repo/install.sh +ENTRYPOINT ["sleep","10000000"] + -- cgit v1.2.3