diff --git a/Dockerfile b/Dockerfile index 3d3ad6d0..3a7169a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.23.1-alpine as base -WORKDIR /root/ +WORKDIR /root RUN apk add git