diff --git a/combined.Dockerfile b/combined.Dockerfile index 24e1da9..90d5181 100644 --- a/combined.Dockerfile +++ b/combined.Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine3.18 as builder +FROM golang:1.21.1-alpine3.18 AS builder RUN apk add --no-cache make musl-dev linux-headers gcc git jq bash