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