wIK5Ez2o commited on
Commit
5cb2eb2
·
verified ·
1 Parent(s): 24a29ba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
19
 
20
  FROM golang:alpine AS builder2
21
 
22
- RUN apk add --no-cache g++
23
 
24
  ENV GO111MODULE=on \
25
  CGO_ENABLED=1 \
 
19
 
20
  FROM golang:alpine AS builder2
21
 
22
+ RUN apk add --no-cache g++ git
23
 
24
  ENV GO111MODULE=on \
25
  CGO_ENABLED=1 \