Skip to content

Commit

Permalink
switch to golang:latest; use apt cmds to install tools (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
krantideep95 authored Jul 19, 2021
1 parent 08cefeb commit 597658b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mirror.gcr.io/library/golang:1.16-alpine
FROM mirror.gcr.io/library/golang

RUN apk add make git curl bash jq aws-cli
RUN apt update; apt install -y make git curl bash jq awscli

RUN go get github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2@v2.5.0 google.golang.org/protobuf/cmd/protoc-gen-go@v1.26.0

Expand Down

0 comments on commit 597658b

Please sign in to comment.