瀏覽代碼

added nodejs & npm to image

pull/992/head
Kyriakos Akriotis 7 月之前
父節點
當前提交
ab74d01582
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      .devcontainer/Dockerfile

+ 2
- 1
.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


Loading…
取消
儲存