diff --git a/Dockerfile b/Dockerfile index d478007ed..7e27763b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.21-alpine as builder -RUN apk add --no-cache gcc musl-dev linux-headers git make +RUN apk update && apk add --no-cache --update gcc musl-dev linux-headers git make build-base WORKDIR /taiko-client COPY . .