chore: add ca-certificates
This commit is contained in:
parent
1c03d971ac
commit
c6be144423
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ WORKDIR /app
|
|||
|
||||
# install bun
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
curl \
|
||||
unzip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue