diff --git a/Dockerfile b/Dockerfile index 3c0665c..fe5009a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.19-alpine as base -WORKDIR /root/ +WORKDIR /root RUN apk add git