cicd: copy makefile
This commit is contained in:
parent
cfb337f992
commit
bfe38e03c3
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue