Skip to content

Commit 947b853

Browse files
Merge pull request #4 from codesmithcloud/make
feat: add build-essential package
2 parents 15541e2 + 6f6a7be commit 947b853

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)