Sfoglia il codice sorgente

cicd: gobuilder cannot install iptuils in a container

jamesread 3 anni fa
parent
commit
cfb337f992
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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