4
0
Эх сурвалжийг харах

cicd: gobuilder cannot install iptuils in a container

jamesread 3 жил өмнө
parent
commit
cfb337f992

+ 1 - 1
var/tekton/gobuilder/Dockerfile

@@ -1,4 +1,4 @@
 FROM fedora
 FROM fedora
-RUN dnf install go make -y 
+RUN dnf install go make -y --exclude=iputils
 RUN make go-tools
 RUN make go-tools