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