aboutsummaryrefslogtreecommitdiff
path: root/.devops/main.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.devops/main.Dockerfile')
-rw-r--r--.devops/main.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devops/main.Dockerfile b/.devops/main.Dockerfile
index 2e629f8..fc34a0c 100644
--- a/.devops/main.Dockerfile
+++ b/.devops/main.Dockerfile
@@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=22.04
FROM ubuntu:$UBUNTU_VERSION as build
RUN apt-get update && \
- apt-get install -y build-essential
+ apt-get install -y build-essential git
WORKDIR /app