olivetin/var/tekton/Dockerfile.gobuilder

5 lines
59 B
Docker

FROM fedora
RUN dnf install go make -y
RUN make go-tools