From 2399431fde01692d9614b3d3ea2a6dd72680b2c1 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 21 Feb 2025 11:08:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20bash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4bfb8e1..b8821ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,9 @@ COPY package.json package-lock.json ./ COPY moleculer.config.ts ./ COPY tsconfig.json ./ +RUN apt-get update && apt-get install -y \ + bash + # Install application dependencies RUN npm install RUN npm install -g typescript ts-node