We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b126f6 commit 0e730ddCopy full SHA for 0e730dd
.devops/full.Dockerfile
@@ -3,7 +3,7 @@ ARG UBUNTU_VERSION=22.04
3
FROM ubuntu:$UBUNTU_VERSION as build
4
5
RUN apt-get update && \
6
- apt-get install -y build-essential python3 python3-pip
+ apt-get install -y build-essential python3 python3-pip git
7
8
COPY requirements.txt requirements.txt
9
.devops/main.Dockerfile
- apt-get install -y build-essential
+ apt-get install -y build-essential git
WORKDIR /app
0 commit comments