chore: update git (#150)

* chore: rename image name
* chore: add git v2.25.0
* chore: enhance Dockerfile
This commit is contained in:
Shohei Ueda
2020-01-25 11:56:09 +09:00
committed by GitHub
parent 7c0de2ddec
commit c00fd7be83
5 changed files with 36 additions and 19 deletions

View File

@@ -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" ]