Skip to content

Commit

Permalink
Install git on secure-tunnel-server docker image build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Apr 8, 2022
1 parent 726c93e commit ac182a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tunnel/cmd/secure-tunnel-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# =====================
FROM golang:1.18-alpine as go-builder

RUN apk add --no-cache git

ENV CGO_ENABLED=0

COPY go.mod go.sum /go/src/github.com/seqsense/aws-iot-device-sdk-go/
Expand Down

0 comments on commit ac182a9

Please sign in to comment.