added nodejs & npm to image

pull/992/head
Kyriakos Akriotis 1 year ago
parent 5b80876947
commit ab74d01582

@ -3,7 +3,8 @@ FROM python:3-alpine
# install system dependencies. # install system dependencies.
RUN apk update && apk add --no-cache \ 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. # install go package.
RUN go install github.com/mingrammer/round@latest RUN go install github.com/mingrammer/round@latest

Loading…
Cancel
Save