add more build steps
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
FROM owncloudci/golang:1.17 as build
|
||||
|
||||
RUN apk update && \
|
||||
apk add --update npm
|
||||
apk add --update npm && \
|
||||
apk add --update go
|
||||
|
||||
COPY ./ /ocis/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user