Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
add missing build-base pkg for gcc
  • Loading branch information
sundowndev committed Jul 26, 2022
1 parent 96796c1 commit da891b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM golang:1.17.8-alpine AS go_builder

WORKDIR /app

RUN apk add --update --no-cache git make bash
RUN apk add --update --no-cache git make bash build-base
COPY . .
COPY --from=client_builder /app/dist ./web/client/dist
RUN go get -v -t -d ./...
Expand Down

0 comments on commit da891b8

Please sign in to comment.