ykl45 commited on
Commit
123c450
1 Parent(s): 0295bcd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM golang:1.21 AS builder
2
 
3
  ENV CGO_ENABLED=0
4
 
5
- RUN apk --no-cache add git
6
 
7
  RUN git clone https://github.com/aurora-develop/aurora.git /app
8
 
 
2
 
3
  ENV CGO_ENABLED=0
4
 
5
+ RUN apt-get update && apt-get install -y git
6
 
7
  RUN git clone https://github.com/aurora-develop/aurora.git /app
8