X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=scripts%2Fdocker%2Fcentos-run-latest%2FDockerfile;fp=scripts%2Fdocker%2Fcentos-run-latest%2FDockerfile;h=e19bd267c9161e323cb91b1b394c448a99dd0a97;hb=27d34ab291ed6c574432b1331c7ab61172a097d7;hp=5c09e0c89aec23f548adc56e60dcde45fc504e0d;hpb=ae99cb2cdafb6f59ab82e598331ce0951b32bce2;p=blank.git diff --git a/scripts/docker/centos-run-latest/Dockerfile b/scripts/docker/centos-run-latest/Dockerfile index 5c09e0c..e19bd26 100644 --- a/scripts/docker/centos-run-latest/Dockerfile +++ b/scripts/docker/centos-run-latest/Dockerfile @@ -4,6 +4,7 @@ RUN yum -y update \ && yum -y install epel-release \ && yum -y update \ && yum -y install \ + git \ make \ which \ xorg-x11-server-utils \