Skip to content

Commit

Permalink
chore: add build-base to Docker [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jun 8, 2024
1 parent 03c4626 commit 69c8767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ COPY . /app/
WORKDIR /app

ARG ltag

RUN apk add build-base
RUN CGO_ENABLED=1 GOOS=linux go build -ldflags "-s -w -X main.version=$ltag" -o /app/vale ./cmd/vale

FROM alpine
Expand Down

0 comments on commit 69c8767

Please sign in to comment.