From 40267968d64906524a4c212b8f8ea2f8b0de6531 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 28 Aug 2023 18:41:38 +0100 Subject: [PATCH] Add nodejs to Actions Dockerfile --- actions/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/Dockerfile b/actions/Dockerfile index b10fb4e..15064b5 100644 --- a/actions/Dockerfile +++ b/actions/Dockerfile @@ -1,4 +1,4 @@ FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update -y && apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq && rm -rf /var/lib/apt/lists/* +RUN apt-get update -y && apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq nodejs && rm -rf /var/lib/apt/lists/* CMD ["/bin/bash"] \ No newline at end of file