Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit 568aa28

Browse files
committed
feat: update ci
1 parent 5eb8861 commit 568aa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.21-alpine as builder
22

3-
RUN apk add --no-cache gcc musl-dev linux-headers git make
3+
RUN apk update && apk add --no-cache --update gcc musl-dev linux-headers git make build-base
44

55
WORKDIR /taiko-client
66
COPY . .

0 commit comments

Comments
 (0)