Compare commits

..

2 Commits

Author SHA1 Message Date
d41d50be8d updating readme docker image version
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-10 17:59:35 +00:00
f2059964dc adding git to the image
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-12-10 17:51:35 +00:00
2 changed files with 2 additions and 2 deletions

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

View File

@ -18,7 +18,7 @@ sudo make install
or using Docker :
```
docker pull git.simonpetit.top/simonpetit/bob:0.1.2
docker pull git.simonpetit.top/simonpetit/bob:0.1.5
```
## Usage