Skip to content

Commit 6f6a7be

Browse files
committed
feat: add build-essential package
1 parent 15541e2 commit 6f6a7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM docker.io/oven/bun:latest
22

33
RUN apt update && \
4-
apt install -y python3
4+
apt install -y python3 build-essential

0 commit comments

Comments
 (0)