]> git.localhorst.tv Git - blank.git/blobdiff - scripts/docker/debian-run-latest/Dockerfile
git is a "runtime" dependency
[blank.git] / scripts / docker / debian-run-latest / Dockerfile
index 838c84db8171a1ceaebd8194a555d6aeeb3dca6e..85c6b820ca7b7b9b1071dac52d5cd67ae76c7462 100644 (file)
@@ -3,6 +3,7 @@ FROM debian:latest
 RUN apt -y update \
        && apt -y upgrade \
        && apt -y install --no-install-recommends \
+               git \
                make \
                xauth \
                xvfb \