add git to alpine so ()ping command can show the commit

This commit is contained in:
lyx0 2023-12-03 21:33:46 +01:00
parent 8c0b7b322f
commit e8395c6d34
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,8 @@
FROM golang:alpine
RUN apk add --no-cache make
RUN apk add --no-cache git
# Setup folders
RUN mkdir /app
WORKDIR /app

View file

@ -17,4 +17,4 @@ services:
depends_on:
- database
volumes:
data:
data: