Ver Fonte

cicd: gobuilder cannot install iptuils in a container

jamesread há 3 anos atrás
pai
commit
cfb337f992
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      var/tekton/gobuilder/Dockerfile

+ 1 - 1
var/tekton/gobuilder/Dockerfile

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