Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM golang:1.21 AS builder
|
|
| 2 |
|
| 3 |
ENV CGO_ENABLED=0
|
| 4 |
|
| 5 |
-
RUN
|
| 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 |
|