cicd: gobuilder cannot install iptuils in a container

This commit is contained in:
jamesread 2022-08-27 13:06:21 +01:00
parent e7b7a73176
commit cfb337f992
1 changed files with 1 additions and 1 deletions

View File

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