diff options
author | kaotisk <kaotisk@arching-kaos.com> | 2021-12-20 20:36:17 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.com> | 2021-12-20 20:36:17 +0200 |
commit | fc73bd4a564dc4f89129dc00344acdd95e68142b (patch) | |
tree | b079ce8003414af3d17b9a11652064c599e279a4 /ContainerFile | |
parent | 339a5d4d9cf54519cad92d5c74da9eb3e0ea864a (diff) | |
download | arching-kaos-tools-fc73bd4a564dc4f89129dc00344acdd95e68142b.tar.gz arching-kaos-tools-fc73bd4a564dc4f89129dc00344acdd95e68142b.tar.bz2 arching-kaos-tools-fc73bd4a564dc4f89129dc00344acdd95e68142b.zip |
Updated requirements and TODO
Diffstat (limited to 'ContainerFile')
-rw-r--r-- | ContainerFile | 6 |
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"] + |