aboutsummaryrefslogtreecommitdiff
path: root/ContainerFile
blob: f7ea0e17240a779ca6ae3e2426dbe463c170ba86 (plain)
1
2
3
4
5
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"]