4
0
jamesread 3 жил өмнө
parent
commit
bfe38e03c3

+ 1 - 0
var/tekton/gobuilder/Dockerfile

@@ -1,4 +1,5 @@
 FROM fedora
 RUN dnf install go make -y --exclude=iputils
+COPY Makefile ./
 RUN make go-tools