Browse Source

added nodejs & npm to image

pull/992/head
Kyriakos Akriotis 7 months ago
parent
commit
ab74d01582
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .devcontainer/Dockerfile

+ 2
- 1
.devcontainer/Dockerfile View File

@@ -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


Loading…
Cancel
Save