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
|
# install bun
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
unzip \
|
unzip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue