chore: downgrade elysia to 1.4.22 (#551)
* chore: downgrade elysia to 1.4.22 * chore: add ca-certificates
This commit is contained in:
parent
bee3f6302b
commit
70fcc8413f
3 changed files with 140 additions and 104 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