fix: use full node image
This commit is contained in:
parent
41e33cee71
commit
cc6fa75018
|
@ -1,4 +1,4 @@
|
||||||
FROM node:10-slim
|
FROM node
|
||||||
|
|
||||||
RUN "apt-get install git"
|
RUN "apt-get install git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue