Skip to content

Commit c6be144

Browse files
committed
chore: add ca-certificates
1 parent 1c03d97 commit c6be144

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44

55
# install bun
66
RUN apt-get update && apt-get install -y \
7+
ca-certificates \
78
curl \
89
unzip \
910
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)