diff --git a/Dockerfile b/Dockerfile index 0101b90..9119dee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Use Node.js LTS version FROM node:20-alpine +# Install curl +RUN apk add --no-cache curl + # Set the working directory WORKDIR /app