diff --git a/Dockerfile b/Dockerfile index 116e1c9..c533aae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ WORKDIR /app COPY . . -RUN apt-get update && apt-get install -y make && make install +RUN apt-get update && apt-get install -y make git && make install ENTRYPOINT ["bob"]