Update bastion
This commit is contained in:
@@ -4,8 +4,10 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
|||||||
|
|
||||||
## install nodejs 18
|
## install nodejs 18
|
||||||
RUN apt update && apt install --no-install-recommends -y curl \
|
RUN apt update && apt install --no-install-recommends -y curl \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
&& mkdir -p /etc/apt/keyrings \
|
||||||
&& apt install -y nodejs \
|
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
|
||||||
|
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \
|
||||||
|
&& apt update && apt install -y nodejs \
|
||||||
&& npm install -g npm@latest \
|
&& npm install -g npm@latest \
|
||||||
## install bastion reqs
|
## install bastion reqs
|
||||||
&& apt install -y python3 build-essential git libtool netcat ffmpeg iproute2 tzdata tini \
|
&& apt install -y python3 build-essential git libtool netcat ffmpeg iproute2 tzdata tini \
|
||||||
|
Reference in New Issue
Block a user