add curl
This commit is contained in:
parent
fe086518ea
commit
22b7032355
2 changed files with 11 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
FROM --platform=linux/amd64 node:19-bullseye-slim AS base
|
||||
RUN mkdir -p /home/node/app
|
||||
RUN chown -R node:node /home/node && chmod -R 770 /home/node
|
||||
RUN apt-get update && apt-get install -y jq
|
||||
RUN apt-get update && apt-get install -y jq curl
|
||||
WORKDIR /home/node/app
|
||||
|
||||
# client build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue