From 6c28d3397886d313b94ea1bf3d431f1b14b74c00 Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Thu, 29 Jun 2023 00:36:42 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d904549..2a5cd56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt install -y -qq --no-install-recommends \ python3 \ software-properties-common \ sudo \ + file \ xz-utils && npm i -g n && n latest WORKDIR /root