adding git to the image
This commit is contained in:
parent
bfafb69401
commit
f2059964dc
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user