cicd: Docker is stupid

This commit is contained in:
jamesread 2022-08-27 15:17:08 +01:00
parent 051ede1280
commit 9cbeb9edc6
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM fedora
RUN dnf install go -y --exclude=iputils
RUN pwd
RUN echo "Docker is stupid"
COPY go.mod ./
COPY go.sum ./
RUN go install "github.com/bufbuild/buf/cmd/buf"