Merge pull request #502 from egon0/develop

fix Dockerfile, nodejs-npm was renamed in alpine to npm
pull/515/head
Matt Baer 3 years ago committed by GitHub
commit a122e4e98a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

@ -1,7 +1,7 @@
# Build image
FROM golang:1.15-alpine as build
RUN apk add --update nodejs nodejs-npm make g++ git
RUN apk add --update nodejs npm make g++ git
RUN npm install -g less less-plugin-clean-css
RUN go get -u github.com/go-bindata/go-bindata/...

Loading…
Cancel
Save