olivetin/var/tekton/gobuilder/Dockerfile

6 lines
93 B
Docker

FROM fedora
RUN dnf install go make -y --exclude=iputils
COPY Makefile ./
RUN make go-tools