aboutsummaryrefslogtreecommitdiff
path: root/ContainerFile
diff options
context:
space:
mode:
Diffstat (limited to 'ContainerFile')
-rw-r--r--ContainerFile6
1 files changed, 6 insertions, 0 deletions
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"]
+