mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
fix Dockerfile, nodejs-npm was renamed in alpine to npm
This commit is contained in:
parent
c42439886c
commit
a58180543e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue