add more build steps

This commit is contained in:
jkoberg
2021-10-18 15:24:47 +02:00
parent 9734c27d18
commit 35cf374f79
+2 -1
View File
@@ -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/