From 18ddc7243e1357320d67b9ac10e426277ee7dd5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dusariez=20Jean-Fran=C3=A7ois?= Date: Wed, 3 Jul 2024 21:27:44 +0200 Subject: [PATCH] Update Dockerfile Add nodejs and npm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4fbcab..99eaf44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN wget https://github.com/emmanuel-marty/lzsa/archive/refs/heads/master.zip \ FROM alpine:edge -RUN apk add --update --no-cache make gcc musl-dev gdb +RUN apk add --update --no-cache make gcc musl-dev gdb nodejs npm #RUN apk add --update --no-cache wine #RUN ln -s /usr/bin/wine64 /usr/bin/wine