From b003d3db3da6cb72aea3d374d4ed812dbfec9ec3 Mon Sep 17 00:00:00 2001 From: Bastian Rihm Date: Mon, 23 Sep 2024 13:24:54 +0200 Subject: [PATCH] Fix docker image build cache not working (#247) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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