olivetin/var/tekton/gobuilder/Dockerfile

5 lines
76 B
Docker

FROM fedora
RUN dnf install go make -y --exclude=iputils
RUN make go-tools