diff --git a/Dockerfile b/Dockerfile index ea0fce1..e03b519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:latest +FROM node:10 RUN "apt-get install git"