chore: update git (#150)
* chore: rename image name * chore: add git v2.25.0 * chore: enhance Dockerfile
This commit is contained in:
parent
7c0de2ddec
commit
c00fd7be83
5 changed files with 36 additions and 19 deletions
|
|
@ -1,11 +0,0 @@
|
|||
FROM node:12-slim
|
||||
|
||||
WORKDIR /repo
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install --no-install-recommends \
|
||||
git \
|
||||
bash && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
CMD [ "bash" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue