diff --git a/README.md b/README.md index cb7bcbe..8b3ee89 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,5 @@ https://git.martin-riedl.de/ci/-/packages/container/ubuntu/24.04 - curl - docker-ce-cli - docker-buildx-plugin +- git - nodejs 22 diff --git a/images/ubuntu/24.04/Dockerfile b/images/ubuntu/24.04/Dockerfile index 08eba0e..aacba04 100644 --- a/images/ubuntu/24.04/Dockerfile +++ b/images/ubuntu/24.04/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/* # install basis tools RUN apt-get update && \ - apt-get install -y --no-install-recommends curl ca-certificates && \ + apt-get install -y --no-install-recommends curl ca-certificates git && \ rm -rf /var/lib/apt/lists/* # install nodejs