From 69bf36a3ae7763c787b573b078cc25409e8ce4ea Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Wed, 1 May 2024 11:30:27 +0200
Subject: [PATCH] install curl and vim in docker contianer

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 8be0c78..2e17886 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,6 +27,8 @@ FROM node:18-alpine AS runner
 
 # ENV NODE_ENV=production
 
+RUN apk update && apk add --no-cache curl vim
+
 COPY --from=builder /app/orchestrator-ui-library/apps/wfo-ui/.next/standalone /app
 COPY --from=builder /app/orchestrator-ui-library/apps/wfo-ui/.next/static /app/.next/static
 COPY --from=builder /app/orchestrator-ui-library/node_modules /app/node_modules
-- 
GitLab