X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fdocker%2Fdebian-run-latest%2FDockerfile;fp=scripts%2Fdocker%2Fdebian-run-latest%2FDockerfile;h=85c6b820ca7b7b9b1071dac52d5cd67ae76c7462;hb=27d34ab291ed6c574432b1331c7ab61172a097d7;hp=838c84db8171a1ceaebd8194a555d6aeeb3dca6e;hpb=ae99cb2cdafb6f59ab82e598331ce0951b32bce2;p=blank.git diff --git a/scripts/docker/debian-run-latest/Dockerfile b/scripts/docker/debian-run-latest/Dockerfile index 838c84d..85c6b82 100644 --- a/scripts/docker/debian-run-latest/Dockerfile +++ b/scripts/docker/debian-run-latest/Dockerfile @@ -3,6 +3,7 @@ FROM debian:latest RUN apt -y update \ && apt -y upgrade \ && apt -y install --no-install-recommends \ + git \ make \ xauth \ xvfb \