Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Nov 27, 2024
1 parent c5bf630 commit 25669d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.23.3-alpine3.19 AS builder

WORKDIR /app

RUN apk add --no-cache --virtual build-deps curl gcc
RUN apk add --no-cache --virtual build-deps curl gcc libc-dev

COPY go.sum go.mod ./
RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down

0 comments on commit 25669d6

Please sign in to comment.