Skip to content

Commit

Permalink
Merge pull request #98 from tokopedia/reduce_image_size
Browse files Browse the repository at this point in the history
reduce image size
  • Loading branch information
jekiapp authored Dec 7, 2021
2 parents e2efc9c + a129f98 commit 4365b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pkged.go
gripmock
.idea
.idea
.DS_Store
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go get -u -v github.com/golang/protobuf/protoc-gen-go \
RUN go get github.com/markbates/pkger/cmd/pkger

# cloning well-known-types
RUN git clone https://github.com/google/protobuf.git /protobuf-repo
RUN git clone --depth=1 https://github.com/google/protobuf.git /protobuf-repo

RUN mkdir protobuf

Expand Down

0 comments on commit 4365b42

Please sign in to comment.