feat: add git
This commit is contained in:
parent
6ce8491b3a
commit
49523dc6e2
|
|
@ -16,4 +16,5 @@ COPY nodesource.list /etc/apt/sources.list.d/
|
||||||
# hadolint ignore=DL3008
|
# hadolint ignore=DL3008
|
||||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
git \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue