From ab74d01582fc4d92869576f5f9cea00b5d5b0098 Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Tue, 16 Apr 2024 12:57:02 +0000 Subject: [PATCH] added nodejs & npm to image --- .devcontainer/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8ec78b36..2c39972c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -3,7 +3,8 @@ FROM python:3-alpine # install system dependencies. RUN apk update && apk add --no-cache \ - gcc libc-dev g++ graphviz git bash go imagemagick inkscape ttf-opensans curl fontconfig xdg-utils + gcc libc-dev g++ graphviz git bash go imagemagick inkscape ttf-opensans curl fontconfig xdg-utils \ + nodejs npm # install go package. RUN go install github.com/mingrammer/round@latest