feat: add git in ubuntu image
This commit is contained in:
parent
518378b5c6
commit
30accc0e29
2 changed files with 2 additions and 1 deletions
|
@ -10,4 +10,5 @@ https://git.martin-riedl.de/ci/-/packages/container/ubuntu/24.04
|
||||||
- curl
|
- curl
|
||||||
- docker-ce-cli
|
- docker-ce-cli
|
||||||
- docker-buildx-plugin
|
- docker-buildx-plugin
|
||||||
|
- git
|
||||||
- nodejs 22
|
- nodejs 22
|
||||||
|
|
|
@ -4,7 +4,7 @@ RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# install basis tools
|
# install basis tools
|
||||||
RUN apt-get update && \
|
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/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# install nodejs
|
# install nodejs
|
||||||
|
|
Loading…
Add table
Reference in a new issue