From 67177391f88b685fe0ec0ec0cf675164f94ce449 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Sun, 18 Dec 2022 11:26:46 +0100 Subject: [PATCH] bastion add npm update to the docker file --- bot/bastion/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/bastion/Dockerfile b/bot/bastion/Dockerfile index 796e847..d50635c 100644 --- a/bot/bastion/Dockerfile +++ b/bot/bastion/Dockerfile @@ -9,6 +9,7 @@ RUN wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | apt-key add - && apt install -y mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-mongos mongodb-org-tools \ ## install bastion reqs && apt install -y python3 build-essential git libtool netcat ffmpeg iproute2 curl tzdata \ + && npm install -g npm@latest \ ## add container user && useradd -d /home/container -m container -s /bin/bash