adding git to the image
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
simonpetit 2025-12-10 17:51:35 +00:00
parent bfafb69401
commit f2059964dc

View File

@ -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"]