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

Commit 618daa8

Browse files
committed
chore: update dockerfile
1 parent b4e11ea commit 618daa8

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 clang
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)