Skip to content

Commit 7a47278

Browse files
committed
fixes for docker
1 parent 1bc2388 commit 7a47278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ RUN chmod +x ./Docker/scripts/* && dos2unix ./Docker/scripts/* && \
2323

2424
FROM node:20-alpine AS final
2525

26+
RUN apk add git wget curl bash
27+
2628
WORKDIR /evolution
2729

2830
COPY --from=builder /evolution ./

0 commit comments

Comments
 (0)