keep --update in apk call
This commit is contained in:
parent
82451aebfc
commit
08403ca845
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM golang:1.12-alpine AS build
|
||||
|
||||
RUN apk add nodejs nodejs-npm make g++ ca-certificates git sqlite-dev && \
|
||||
RUN apk add --update nodejs nodejs-npm make g++ ca-certificates git sqlite-dev && \
|
||||
npm install -g less less-plugin-clean-css && \
|
||||
go get -u github.com/jteeuwen/go-bindata/...
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue