mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 18:35:15 +00:00
Add curl to Dockerfile
This commit is contained in:
parent
21ef720101
commit
dbf33e9d0e
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
# Use Node.js LTS version
|
# Use Node.js LTS version
|
||||||
FROM node:20-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
|
# Install curl
|
||||||
|
RUN apk add --no-cache curl
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue