Commit 8ee81ba8 authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Add workdir directive to pluginbuilder Dockerfile.

parent 4ce76723
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ ENV CGO_ENABLED 1

RUN apk --no-cache add ca-certificates gcc musl-dev git

WORKDIR /builder

ENTRYPOINT ["go"]