Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ RUN apk --no-cache add \
git \
bash

ENV GOPROXY=https://gocenter.io
ENV GOPROXY=https://proxy.golang.org
ENV GO111MODULE=on

# Mock creator
RUN go get -u github.com/vektra/mockery/.../
RUN go get -u github.com/vektra/mockery/

# Create user
ARG uid=1000
Expand Down