Selaa lähdekoodia

cicd: gobuilder cannot install iptuils in a container

jamesread 3 vuotta sitten
vanhempi
commit
cfb337f992
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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