From ea930c7533de02a031a12272e7521a90f734d6e6 Mon Sep 17 00:00:00 2001 From: marksie1988 Date: Thu, 19 Oct 2023 15:45:19 +0100 Subject: [PATCH] fix: install missing packages --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e88956f..9a68de8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,12 +12,14 @@ ARG DEBIAN_FRONTEND=noninteractive ### --------------- ### Package install ### --------------- +RUN apt update && apt install -y \ + sudo \ + curl RUN curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash - RUN apt update RUN apt install -y \ - sudo \ zsh \ neofetch \ unzip \