mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
add git to alpine so ()ping command can show the commit
This commit is contained in:
parent
8c0b7b322f
commit
e8395c6d34
|
@ -2,6 +2,8 @@
|
||||||
FROM golang:alpine
|
FROM golang:alpine
|
||||||
|
|
||||||
RUN apk add --no-cache make
|
RUN apk add --no-cache make
|
||||||
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
# Setup folders
|
# Setup folders
|
||||||
RUN mkdir /app
|
RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in a new issue