cicd: Docker is stupid
This commit is contained in:
parent
051ede1280
commit
9cbeb9edc6
|
|
@ -1,6 +1,6 @@
|
||||||
FROM fedora
|
FROM fedora
|
||||||
RUN dnf install go -y --exclude=iputils
|
RUN dnf install go -y --exclude=iputils
|
||||||
RUN pwd
|
RUN echo "Docker is stupid"
|
||||||
COPY go.mod ./
|
COPY go.mod ./
|
||||||
COPY go.sum ./
|
COPY go.sum ./
|
||||||
RUN go install "github.com/bufbuild/buf/cmd/buf"
|
RUN go install "github.com/bufbuild/buf/cmd/buf"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue