We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c03d97 commit c6be144Copy full SHA for c6be144
Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /app
4
5
# install bun
6
RUN apt-get update && apt-get install -y \
7
+ ca-certificates \
8
curl \
9
unzip \
10
&& rm -rf /var/lib/apt/lists/*
0 commit comments