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 1bc2388 commit 7a47278Copy full SHA for 7a47278
Dockerfile
@@ -23,6 +23,8 @@ RUN chmod +x ./Docker/scripts/* && dos2unix ./Docker/scripts/* && \
23
24
FROM node:20-alpine AS final
25
26
+RUN apk add git wget curl bash
27
+
28
WORKDIR /evolution
29
30
COPY --from=builder /evolution ./
0 commit comments