cicd: copy makefile

This commit is contained in:
jamesread 2022-08-27 13:10:51 +01:00
parent cfb337f992
commit bfe38e03c3
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FROM fedora FROM fedora
RUN dnf install go make -y --exclude=iputils RUN dnf install go make -y --exclude=iputils
COPY Makefile ./
RUN make go-tools RUN make go-tools